Color Hex Logo

#59dcdc Color Hex

#59DCDC
(89,220,220)
0 Favorites   0 Comments

Color spaces of #59dcdc

RGB 89220220
HSL0.500.650.61
HSV180°60°86°
CMYK 0.600.000.00   0.14
XYZ42.631358.477676.7505
Yxy58.47760.23970.3288
Hunter Lab76.4706-34.3124-5.9775
CIE-Lab81.0036-35.3823-10.7457

#59dcdc color RGB value is (89,220,220).

#59dcdc hex color red value is 89, green value is 220 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #59dcdc hue: 0.50 , saturation: 0.65 and the lightness value of 59dcdc is 0.61.

The process color (four color CMYK) of #59dcdc color hex is 0.60, 0.00, 0.00, 0.14. Web safe color of #59dcdc is #66cccc. Color #59dcdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011100 11011100
Octal 131 334 334
Decimal 89 220 220
Hex 59 DC DC

RGB Percentages of Color #59dcdc

%16.82
%41.59
%41.59

CMYK Percentages of Color #59dcdc

%60
%0
%0
%14

Triadic Colors of #59dcdc

#59dcdc #dc59dc #dcdc59

Analogous Colors of #59dcdc

#59dcdc #599bdc #59dc9b

Monochromatic Colors of #59dcdc

#59dcdc

Complementary Color

#59dcdc #dc5959

#59dcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dcdc Color CSS Codes

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

#59dcdc Text Font Color

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

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


#59dcdc Background Color

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

This div background color is #59dcdc


#59dcdc Border Color

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

This div border color is #59dcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dcdc


Comments

No comments written yet.

Please login to write comment.