Color Hex Logo

#89cafb Color Hex

#89CAFB
(137,202,251)
0 Favorites   0 Comments

Color spaces of #89cafb

RGB 137202251
HSL0.570.930.76
HSV206°45°98°
CMYK 0.450.200.00   0.02
XYZ48.849654.524599.2164
Yxy54.52450.24110.2691
Hunter Lab73.8407-11.1339-27.9768
CIE-Lab78.7666-7.9689-30.5064

#89cafb color RGB value is (137,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001010 11111011
Octal 211 312 373
Decimal 137 202 251
Hex 89 CA FB

RGB Percentages of Color #89cafb

%23.22
%34.24
%42.54

CMYK Percentages of Color #89cafb

%45
%20
%0
%2

Triadic Colors of #89cafb

#89cafb #fb89ca #cafb89

Analogous Colors of #89cafb

#89cafb #8991fb #89fbf3

Monochromatic Colors of #89cafb

#89cafb

Complementary Color

#89cafb #fbba89

#89cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cafb Color CSS Codes

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

#89cafb Text Font Color

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

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


#89cafb Background Color

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

This div background color is #89cafb


#89cafb Border Color

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

This div border color is #89cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cafb


Comments

No comments written yet.

Please login to write comment.