Color Hex Logo

#25eaef Color Hex

#25EAEF
(37,234,239)
0 Favorites   0 Comments

Color spaces of #25eaef

RGB 37234239
HSL0.500.860.54
HSV181°85°94°
CMYK 0.850.020.00   0.06
XYZ45.765865.470991.8864
Yxy65.47090.22530.3223
Hunter Lab80.9141-40.6383-10.6901
CIE-Lab84.7258-42.2669-15.3342

#25eaef color RGB value is (37,234,239).

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

The process color (four color CMYK) of #25eaef color hex is 0.85, 0.02, 0.00, 0.06. Web safe color of #25eaef is #33ffff. Color #25eaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101010 11101111
Octal 45 352 357
Decimal 37 234 239
Hex 25 EA EF

RGB Percentages of Color #25eaef

%7.25
%45.88
%46.86

CMYK Percentages of Color #25eaef

%85
%2
%0
%6

Triadic Colors of #25eaef

#25eaef #ef25ea #eaef25

Analogous Colors of #25eaef

#25eaef #2585ef #25ef8f

Monochromatic Colors of #25eaef

#25eaef

Complementary Color

#25eaef #ef2a25

#25eaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25eaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#25eaef Color CSS Codes

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

#25eaef Text Font Color

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

This sample text font color is #25eaef
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.


#25eaef Background Color

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

This div background color is #25eaef


#25eaef Border Color

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

This div border color is #25eaef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,234,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 #25eaef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #25eaef;
  -webkit-box-shadow: 1px 1px 3px 2px #25eaef;
  box-shadow:         1px 1px 3px 2px #25eaef;">
Div content here</div>

This div box has shadow with color #25eaef


Comments

No comments written yet.

Please login to write comment.