Color Hex Logo

#60ddbd Color Hex

#60DDBD
(96,221,189)
0 Favorites   0 Comments

Color spaces of #60ddbd

RGB 96221189
HSL0.460.650.62
HSV165°57°87°
CMYK 0.570.000.14   0.13
XYZ39.865657.873857.2137
Yxy57.87380.25730.3735
Hunter Lab76.0748-39.59148.6621
CIE-Lab80.6686-42.40065.2799

#60ddbd color RGB value is (96,221,189).

#60ddbd hex color red value is 96, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #60ddbd hue: 0.46 , saturation: 0.65 and the lightness value of 60ddbd is 0.62.

The process color (four color CMYK) of #60ddbd color hex is 0.57, 0.00, 0.14, 0.13. Web safe color of #60ddbd is #66cccc. Color #60ddbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011101 10111101
Octal 140 335 275
Decimal 96 221 189
Hex 60 DD BD

RGB Percentages of Color #60ddbd

%18.97
%43.68
%37.35

CMYK Percentages of Color #60ddbd

%57
%0
%14
%13

Triadic Colors of #60ddbd

#60ddbd #bd60dd #ddbd60

Analogous Colors of #60ddbd

#60ddbd #60bfdd #60dd7f

Monochromatic Colors of #60ddbd

#60ddbd

Complementary Color

#60ddbd #dd6080

#60ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ddbd Color CSS Codes

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

#60ddbd Text Font Color

<p style="color:#60ddbd">Text here</p>

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


#60ddbd Background Color

<div style="background-color:#60ddbd">
Div content here</div>

This div background color is #60ddbd


#60ddbd Border Color

<div style="border:3px solid #60ddbd">
Div here</div>

This div border color is #60ddbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,221,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60ddbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60ddbd;
  -webkit-box-shadow: 1px 1px 3px 2px #60ddbd;
  box-shadow:         1px 1px 3px 2px #60ddbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,221,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 #60ddbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ddbd


Comments

No comments written yet.

Please login to write comment.