Color Hex Logo

#89eaed Color Hex

#89EAED
(137,234,237)
0 Favorites   0 Comments

Color spaces of #89eaed

RGB 137234237
HSL0.510.740.73
HSV182°42°93°
CMYK 0.420.010.00   0.07
XYZ55.025470.278490.7857
Yxy70.27840.25460.3252
Hunter Lab83.8322-29.5434-5.5253
CIE-Lab87.1332-27.8192-10.4258

#89eaed color RGB value is (137,234,237).

#89eaed hex color red value is 137, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #89eaed hue: 0.51 , saturation: 0.74 and the lightness value of 89eaed is 0.73.

The process color (four color CMYK) of #89eaed color hex is 0.42, 0.01, 0.00, 0.07. Web safe color of #89eaed is #99ffff. Color #89eaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101010 11101101
Octal 211 352 355
Decimal 137 234 237
Hex 89 EA ED

RGB Percentages of Color #89eaed

%22.53
%38.49
%38.98

CMYK Percentages of Color #89eaed

%42
%1
%0
%7

Triadic Colors of #89eaed

#89eaed #ed89ea #eaed89

Analogous Colors of #89eaed

#89eaed #89b8ed #89edbe

Monochromatic Colors of #89eaed

#89eaed

Complementary Color

#89eaed #ed8c89

#89eaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89eaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#89eaed Color CSS Codes

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

#89eaed Text Font Color

<p style="color:#89eaed">Text here</p>

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


#89eaed Background Color

<div style="background-color:#89eaed">
Div content here</div>

This div background color is #89eaed


#89eaed Border Color

<div style="border:3px solid #89eaed">
Div here</div>

This div border color is #89eaed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,234,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89eaed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89eaed;
  -webkit-box-shadow: 1px 1px 3px 2px #89eaed;
  box-shadow:         1px 1px 3px 2px #89eaed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,234,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89eaed


Comments

No comments written yet.

Please login to write comment.