Color Hex Logo

#89cafc Color Hex

#89CAFC
(137,202,252)
0 Favorites   0 Comments

Color spaces of #89cafc

RGB 137202252
HSL0.570.950.76
HSV206°46°99°
CMYK 0.460.200.00   0.01
XYZ49.007754.5877100.0490
Yxy54.58770.24070.2681
Hunter Lab73.8835-10.8952-28.5688
CIE-Lab78.8032-7.6951-30.9841

#89cafc color RGB value is (137,202,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001010 11111100
Octal 211 312 374
Decimal 137 202 252
Hex 89 CA FC

RGB Percentages of Color #89cafc

%23.18
%34.18
%42.64

CMYK Percentages of Color #89cafc

%46
%20
%0
%1

Triadic Colors of #89cafc

#89cafc #fc89ca #cafc89

Analogous Colors of #89cafc

#89cafc #8991fc #89fcf5

Monochromatic Colors of #89cafc

#89cafc

Complementary Color

#89cafc #fcbb89

#89cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cafc Color CSS Codes

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

#89cafc Text Font Color

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

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


#89cafc Background Color

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

This div background color is #89cafc


#89cafc Border Color

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

This div border color is #89cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cafc

Related Colors


Comments

No comments written yet.

Please login to write comment.