Color Hex Logo

#89cedc Color Hex

#89CEDC
(137,206,220)
0 Favorites   0 Comments

Color spaces of #89cedc

RGB 137206220
HSL0.530.540.70
HSV190°38°86°
CMYK 0.380.060.00   0.14
XYZ45.306154.628375.8666
Yxy54.62830.25770.3107
Hunter Lab73.9110-19.9269-9.1211
CIE-Lab78.8267-18.1562-13.8131

#89cedc color RGB value is (137,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001110 11011100
Octal 211 316 334
Decimal 137 206 220
Hex 89 CE DC

RGB Percentages of Color #89cedc

%24.33
%36.59
%39.08

CMYK Percentages of Color #89cedc

%38
%6
%0
%14

Triadic Colors of #89cedc

#89cedc #dc89ce #cedc89

Analogous Colors of #89cedc

#89cedc #89a5dc #89dcc1

Monochromatic Colors of #89cedc

#89cedc

Complementary Color

#89cedc #dc9789

#89cedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cedc Color CSS Codes

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

#89cedc Text Font Color

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

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


#89cedc Background Color

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

This div background color is #89cedc


#89cedc Border Color

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

This div border color is #89cedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cedc


Comments

No comments written yet.

Please login to write comment.