Color Hex Logo

#89cefc Color Hex

#89CEFC
(137,206,252)
0 Favorites   0 Comments

Color spaces of #89cefc

RGB 137206252
HSL0.570.950.76
HSV204°46°99°
CMYK 0.460.180.00   0.01
XYZ49.958556.4893100.3659
Yxy56.48930.24160.2731
Hunter Lab75.1594-12.8798-26.5628
CIE-Lab79.8915-9.8098-29.3128

#89cefc color RGB value is (137,206,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001110 11111100
Octal 211 316 374
Decimal 137 206 252
Hex 89 CE FC

RGB Percentages of Color #89cefc

%23.03
%34.62
%42.35

CMYK Percentages of Color #89cefc

%46
%18
%0
%1

Triadic Colors of #89cefc

#89cefc #fc89ce #cefc89

Analogous Colors of #89cefc

#89cefc #8995fc #89fcf1

Monochromatic Colors of #89cefc

#89cefc

Complementary Color

#89cefc #fcb789

#89cefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cefc Color CSS Codes

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

#89cefc Text Font Color

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

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


#89cefc Background Color

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

This div background color is #89cefc


#89cefc Border Color

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

This div border color is #89cefc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,206,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 #89cefc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cefc


Comments

No comments written yet.

Please login to write comment.