Color Hex Logo

#89dfdc Color Hex

#89DFDC
(137,223,220)
0 Favorites   0 Comments

Color spaces of #89dfdc

RGB 137223220
HSL0.490.570.71
HSV178°39°87°
CMYK 0.390.000.01   0.13
XYZ49.622563.261077.3054
Yxy63.26100.26090.3326
Hunter Lab79.5368-27.8243-1.9509
CIE-Lab83.5795-26.6131-6.7324

#89dfdc color RGB value is (137,223,220).

#89dfdc hex color red value is 137, green value is 223 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #89dfdc hue: 0.49 , saturation: 0.57 and the lightness value of 89dfdc is 0.71.

The process color (four color CMYK) of #89dfdc color hex is 0.39, 0.00, 0.01, 0.13. Web safe color of #89dfdc is #99cccc. Color #89dfdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011111 11011100
Octal 211 337 334
Decimal 137 223 220
Hex 89 DF DC

RGB Percentages of Color #89dfdc

%23.62
%38.45
%37.93

CMYK Percentages of Color #89dfdc

%39
%0
%1
%13

Triadic Colors of #89dfdc

#89dfdc #dc89df #dfdc89

Analogous Colors of #89dfdc

#89dfdc #89b7df #89dfb1

Monochromatic Colors of #89dfdc

#89dfdc

Complementary Color

#89dfdc #df898c

#89dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dfdc Color CSS Codes

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

#89dfdc Text Font Color

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

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


#89dfdc Background Color

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

This div background color is #89dfdc


#89dfdc Border Color

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

This div border color is #89dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dfdc


Comments

No comments written yet.

Please login to write comment.