Color Hex Logo

#89dfcf Color Hex

#89DFCF
(137,223,207)
0 Favorites   0 Comments

Color spaces of #89dfcf

RGB 137223207
HSL0.470.570.71
HSV169°39°87°
CMYK 0.390.000.07   0.13
XYZ47.966762.598768.5861
Yxy62.59870.26770.3494
Hunter Lab79.1193-30.24193.9869
CIE-Lab83.2308-29.6388-0.3563

#89dfcf color RGB value is (137,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011111 11001111
Octal 211 337 317
Decimal 137 223 207
Hex 89 DF CF

RGB Percentages of Color #89dfcf

%24.16
%39.33
%36.51

CMYK Percentages of Color #89dfcf

%39
%0
%7
%13

Triadic Colors of #89dfcf

#89dfcf #cf89df #dfcf89

Analogous Colors of #89dfcf

#89dfcf #89c4df #89dfa4

Monochromatic Colors of #89dfcf

#89dfcf

Complementary Color

#89dfcf #df8999

#89dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dfcf Color CSS Codes

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

#89dfcf Text Font Color

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

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


#89dfcf Background Color

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

This div background color is #89dfcf


#89dfcf Border Color

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

This div border color is #89dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dfcf


Comments

No comments written yet.

Please login to write comment.