Color Hex Logo

#89cbcf Color Hex

#89CBCF
(137,203,207)
0 Favorites   0 Comments

Color spaces of #89cbcf

RGB 137203207
HSL0.510.420.67
HSV183°34°81°
CMYK 0.340.020.00   0.19
XYZ42.934952.535266.9089
Yxy52.53520.26440.3235
Hunter Lab72.4812-21.1059-3.9950
CIE-Lab77.5998-19.8042-8.6559

#89cbcf color RGB value is (137,203,207).

#89cbcf hex color red value is 137, green value is 203 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #89cbcf hue: 0.51 , saturation: 0.42 and the lightness value of 89cbcf is 0.67.

The process color (four color CMYK) of #89cbcf color hex is 0.34, 0.02, 0.00, 0.19. Web safe color of #89cbcf is #99cccc. Color #89cbcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001011 11001111
Octal 211 313 317
Decimal 137 203 207
Hex 89 CB CF

RGB Percentages of Color #89cbcf

%25.05
%37.11
%37.84

CMYK Percentages of Color #89cbcf

%34
%2
%0
%19

Triadic Colors of #89cbcf

#89cbcf #cf89cb #cbcf89

Analogous Colors of #89cbcf

#89cbcf #89a8cf #89cfb0

Monochromatic Colors of #89cbcf

#89cbcf

Complementary Color

#89cbcf #cf8d89

#89cbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cbcf Color CSS Codes

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

#89cbcf Text Font Color

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

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


#89cbcf Background Color

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

This div background color is #89cbcf


#89cbcf Border Color

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

This div border color is #89cbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cbcf


Comments

No comments written yet.

Please login to write comment.