Color Hex Logo

#25acef Color Hex

#25ACEF
(37,172,239)
0 Favorites   0 Comments

Color spaces of #25acef

RGB 37172239
HSL0.560.860.54
HSV200°85°94°
CMYK 0.850.280.00   0.06
XYZ31.095536.130486.9963
Yxy36.13040.20160.2343
Hunter Lab60.1086-12.8480-43.7356
CIE-Lab66.6194-11.5914-43.1380

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

#25acef hex color red value is 37, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #25acef hue: 0.56 , saturation: 0.86 and the lightness value of 25acef is 0.54.

The process color (four color CMYK) of #25acef color hex is 0.85, 0.28, 0.00, 0.06. Web safe color of #25acef is #3399ff. Color #25acef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101100 11101111
Octal 45 254 357
Decimal 37 172 239
Hex 25 AC EF

RGB Percentages of Color #25acef

%8.26
%38.39
%53.35

CMYK Percentages of Color #25acef

%85
%28
%0
%6

Triadic Colors of #25acef

#25acef #ef25ac #acef25

Analogous Colors of #25acef

#25acef #2547ef #25efcd

Monochromatic Colors of #25acef

#25acef

Complementary Color

#25acef #ef6825

#25acef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25acef Color Preview on White Background

Lorem ipsum dolor sit amet.

#25acef Color CSS Codes

.mybgcolor {background-color:#25acef; } 
.myforecolor {color:#25acef; }
.mybordercolor {border:3px solid #25acef; }

#25acef Text Font Color

<p style="color:#25acef">Text here</p>

This sample text font color is #25acef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#25acef Background Color

<div style="background-color:#25acef">
Div content here</div>

This div background color is #25acef


#25acef Border Color

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

This div border color is #25acef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,172,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25acef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25acef;
  -webkit-box-shadow: 1px 1px 3px 2px #25acef;
  box-shadow:         1px 1px 3px 2px #25acef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,172,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #25acef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<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


Comments

No comments written yet.

Please login to write comment.