Color Hex Logo

#89cafa Color Hex

#89CAFA
(137,202,250)
0 Favorites   0 Comments

Color spaces of #89cafa

RGB 137202250
HSL0.570.920.76
HSV205°45°98°
CMYK 0.450.190.00   0.02
XYZ48.692454.461698.3882
Yxy54.46160.24160.2702
Hunter Lab73.7981-11.3714-27.3872
CIE-Lab78.7301-8.2419-30.0282

#89cafa color RGB value is (137,202,250).

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

The process color (four color CMYK) of #89cafa color hex is 0.45, 0.19, 0.00, 0.02. Web safe color of #89cafa is #99ccff. Color #89cafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001010 11111010
Octal 211 312 372
Decimal 137 202 250
Hex 89 CA FA

RGB Percentages of Color #89cafa

%23.26
%34.30
%42.44

CMYK Percentages of Color #89cafa

%45
%19
%0
%2

Triadic Colors of #89cafa

#89cafa #fa89ca #cafa89

Analogous Colors of #89cafa

#89cafa #8992fa #89faf2

Monochromatic Colors of #89cafa

#89cafa

Complementary Color

#89cafa #fab989

#89cafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cafa Color CSS Codes

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

#89cafa Text Font Color

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

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


#89cafa Background Color

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

This div background color is #89cafa


#89cafa Border Color

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

This div border color is #89cafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cafa

Related Colors


Comments

No comments written yet.

Please login to write comment.