Color Hex Logo

#89bfdc Color Hex

#89BFDC
(137,191,220)
0 Favorites   0 Comments

Color spaces of #89bfdc

RGB 137191220
HSL0.560.540.70
HSV201°38°86°
CMYK 0.380.130.00   0.14
XYZ41.865647.747374.7197
Yxy47.74730.25480.2906
Hunter Lab69.0994-12.7753-15.7428
CIE-Lab74.6653-10.3672-20.0900

#89bfdc color RGB value is (137,191,220).

#89bfdc hex color red value is 137, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #89bfdc hue: 0.56 , saturation: 0.54 and the lightness value of 89bfdc is 0.70.

The process color (four color CMYK) of #89bfdc color hex is 0.38, 0.13, 0.00, 0.14. Web safe color of #89bfdc is #99cccc. Color #89bfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111111 11011100
Octal 211 277 334
Decimal 137 191 220
Hex 89 BF DC

RGB Percentages of Color #89bfdc

%25.00
%34.85
%40.15

CMYK Percentages of Color #89bfdc

%38
%13
%0
%14

Triadic Colors of #89bfdc

#89bfdc #dc89bf #bfdc89

Analogous Colors of #89bfdc

#89bfdc #8996dc #89dcd0

Monochromatic Colors of #89bfdc

#89bfdc

Complementary Color

#89bfdc #dca689

#89bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bfdc Color CSS Codes

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

#89bfdc Text Font Color

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

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


#89bfdc Background Color

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

This div background color is #89bfdc


#89bfdc Border Color

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

This div border color is #89bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bfdc


Comments

No comments written yet.

Please login to write comment.