Color Hex Logo

#89eefc Color Hex

#89EEFC
(137,238,252)
0 Favorites   0 Comments

Color spaces of #89eefc

RGB 137238252
HSL0.520.950.76
HSV187°46°99°
CMYK 0.460.060.00   0.01
XYZ58.461873.4957103.2003
Yxy73.49570.24860.3125
Hunter Lab85.7296-28.3020-11.3618
CIE-Lab88.6836-26.0015-15.9693

#89eefc color RGB value is (137,238,252).

#89eefc hex color red value is 137, green value is 238 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #89eefc hue: 0.52 , saturation: 0.95 and the lightness value of 89eefc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101110 11111100
Octal 211 356 374
Decimal 137 238 252
Hex 89 EE FC

RGB Percentages of Color #89eefc

%21.85
%37.96
%40.19

CMYK Percentages of Color #89eefc

%46
%6
%0
%1

Triadic Colors of #89eefc

#89eefc #fc89ee #eefc89

Analogous Colors of #89eefc

#89eefc #89b5fc #89fcd1

Monochromatic Colors of #89eefc

#89eefc

Complementary Color

#89eefc #fc9789

#89eefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89eefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89eefc Color CSS Codes

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

#89eefc Text Font Color

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

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


#89eefc Background Color

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

This div background color is #89eefc


#89eefc Border Color

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

This div border color is #89eefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89eefc


Comments

No comments written yet.

Please login to write comment.