Color Hex Logo

#59ccbd Color Hex

#59CCBD
(89,204,189)
0 Favorites   0 Comments

Color spaces of #59ccbd

RGB 89204189
HSL0.480.530.57
HSV172°56°80°
CMYK 0.560.000.07   0.20
XYZ34.898048.983755.7596
Yxy48.98370.24990.3508
Hunter Lab69.9884-33.47491.7556
CIE-Lab75.4412-36.1092-2.3538

#59ccbd color RGB value is (89,204,189).

#59ccbd hex color red value is 89, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #59ccbd hue: 0.48 , saturation: 0.53 and the lightness value of 59ccbd is 0.57.

The process color (four color CMYK) of #59ccbd color hex is 0.56, 0.00, 0.07, 0.20. Web safe color of #59ccbd is #66cccc. Color #59ccbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001100 10111101
Octal 131 314 275
Decimal 89 204 189
Hex 59 CC BD

RGB Percentages of Color #59ccbd

%18.46
%42.32
%39.21

CMYK Percentages of Color #59ccbd

%56
%0
%7
%20

Triadic Colors of #59ccbd

#59ccbd #bd59cc #ccbd59

Analogous Colors of #59ccbd

#59ccbd #59a2cc #59cc84

Monochromatic Colors of #59ccbd

#59ccbd

Complementary Color

#59ccbd #cc5968

#59ccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ccbd Color CSS Codes

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

#59ccbd Text Font Color

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

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


#59ccbd Background Color

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

This div background color is #59ccbd


#59ccbd Border Color

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

This div border color is #59ccbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,204,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ccbd


Comments

No comments written yet.

Please login to write comment.