color codes Logo

#59ddcc color codes

#59DDCC
(89,221,204)
0 Favorites   0 Comments

Color spaces of #59ddcc

RGB 89221204
HSL0.480.660.61
HSV172°60°87°
CMYK 0.600.000.08   0.13
XYZ40.875458.196466.2054
Yxy58.19640.24730.3521
Hunter Lab76.2866-37.85871.9457
CIE-Lab80.8479-40.0396-2.4577

#59ddcc color RGB value is (89,221,204).

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

The process color (four color CMYK) of #59ddcc color code is 0.60, 0.00, 0.08, 0.13. Web safe color of #59ddcc is #66cccc. Color #59ddcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011101 11001100
Octal 131 335 314
Decimal 89 221 204
Hex 59 DD CC

RGB Percentages of Color #59ddcc

%17.32
%43.00
%39.69

CMYK Percentages of Color #59ddcc

%60
%0
%8
%13

Triadic Colors of #59ddcc

#59ddcc #cc59dd #ddcc59

Analogous Colors of #59ddcc

#59ddcc #59acdd #59dd8a

Monochromatic Colors of #59ddcc

#59ddcc

Complementary Color

#59ddcc #dd596a

#59ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ddcc Color CSS Codes

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

#59ddcc Text Font Color

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

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


#59ddcc Background Color

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

This div background color is #59ddcc


#59ddcc Border Color

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

This div border color is #59ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ddcc


Comments

No comments written yet.

Please login to write comment.