COLOR #25ACEF

HEX: #25ACEF
RGB: (37,172,239)

Color info

#25ACEF contains mainly blue color. Web safe color of #25ACEF is #3399FF (or #39F).

RGB color model

#25ACEF color RGB value is (37,172,239).

  • red value is 37;
  • green value is 172;
  • blue value is 239.
RGB:
(37,172,239)
(15%,67%,94%)

RGB channels and saturation

R 37 of 255 = 15%
G 172 of 255 = 67%
B 239 of 255 = 94%

37
172
239

R + G + B ~ 59%. #25ACEF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 172 + 239 = 448 (100%)
R 37 of 448 ~ 8.26%
G 172 of 448 ~ 38.39%
B 239 of 448 ~ 53.35%

%38.39
%53.35

CMYK color model

#25ACEF color CMYK value is (85,28,0,6).

  • cyan value is 84.52%
  • magenta value is 28.03%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(85,28,0,6)
C85M28Y0K6 
(85%,28%,0%,6%)
(0.85/0.28/0.00/0.06)	

CMYK percentages

%84.52
%28.03
%0
%6.27

Codes

Color #25ACEF in popluar color models

25ACEF
RGB37172239
HSL200°86.32%54.12%
HSB/HSV200°84.52%93.73%
CMYK84.52%28.03%0.00%
6.27%

Color #25ACEF in popluar number systems.

HEX25ACEF
Decimal37172239
Binary1001011010110011101111
Octal45254357

Shades and tints

Shades of #25ACEF

#25ACEF
(37,172,239)
#229DDA
(34,157,218)
#1F8EC5
(31,142,197)
#1C7FB0
(28,127,176)
#19709B
(25,112,155)
#166186
(22,97,134)
#135271
(19,82,113)
#10435C
(16,67,92)
#0D3447
(13,52,71)
#0A2532
(10,37,50)
#07161D
(7,22,29)
#000000
(0,0,0)

Tints of #25ACEF

#25ACEF
(37,172,239)
#38B3F0
(56,179,240)
#4BBAF1
(75,186,241)
#5EC1F2
(94,193,242)
#71C8F3
(113,200,243)
#84CFF4
(132,207,244)
#97D6F5
(151,214,245)
#AADDF6
(170,221,246)
#BDE4F7
(189,228,247)
#D0EBF8
(208,235,248)
#E3F2F9
(227,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25ACEF color. Also use rgb(37,172,239) instead hex code.

Text Font Color

.myTextColor { color: #25ACEF; }

<p style="color:#25ACEF">This sample text font color is #25ACEF.</p>

This text font color is #25ACEF.


Background Color

.myBgColor { background-color: #25ACEF; }

<div style="background-color:#25ACEF">Inner text</div>

This div background color is #25ACEF.


Border color

.myBorderColor { border: 1px solid #25ACEF; }

<div style="border:3px solid #25ACEF">Div</div>

This div border color is #25ACEF.


Opacity

.myOpacity80 { color: #25ACEF; opacity: 0.8; }

<p style="color:#25ACEF;opacity:0.8;">80%</p>

Text with #25ACEF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #25ACEF;}

<p style="text-shadow: 3px 3px 1px #25ACEF">Text here.</p>

This text has shadow with #25ACEF color.

.textShadow {text-shadow: 3px 3px 1px #25ACEF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #25ACEF, 5px 5px 20px red">Text here.</p>

This text has shadow with #25ACEF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#25ACEF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#25ACEF, Direction=45, Strength=4)">Text</p>

This text has shadow with #25ACEF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #25ACEF;
  -webkit-box-shadow:	1px 1px 3px 2px #25ACEF;
  box-shadow:		1px 1px 3px 2px #25ACEF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #25ACEF;
-webkit-box-shadow: 1px 1px 3px 2px #25ACEF;
box-shadow:1px 1px 3px 2px #25ACEF;">
Div content here</div>
This div box has shadow with color #25ACEF.

Preview

Color preview on black background

This text has color #25ACEF on black background.


Color preview on white background

This text has color #25ACEF on white background.



Black color preview on #25ACEF background

This text has black color on #25ACEF background.


White color preview on #25ACEF background

This text has white color on #25ACEF background.