Color Hex Logo

#59cbcf Color Hex

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

Color spaces of #59cbcf

RGB 89203207
HSL0.510.550.58
HSV182°57°81°
CMYK 0.570.020.00   0.19
XYZ36.738249.340766.6189
Yxy49.34070.24060.3231
Hunter Lab70.2429-29.5667-7.0610
CIE-Lab75.6628-30.8788-11.7495

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001011 11001111
Octal 131 313 317
Decimal 89 203 207
Hex 59 CB CF

RGB Percentages of Color #59cbcf

%17.84
%40.68
%41.48

CMYK Percentages of Color #59cbcf

%57
%2
%0
%19

Triadic Colors of #59cbcf

#59cbcf #cf59cb #cbcf59

Analogous Colors of #59cbcf

#59cbcf #5990cf #59cf98

Monochromatic Colors of #59cbcf

#59cbcf

Complementary Color

#59cbcf #cf5d59

#59cbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cbcf Color CSS Codes

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

#59cbcf Text Font Color

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

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


#59cbcf Background Color

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

This div background color is #59cbcf


#59cbcf Border Color

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

This div border color is #59cbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cbcf


Comments

No comments written yet.

Please login to write comment.