Color Hex Logo

#60ddba Color Hex

#60DDBA
(96,221,186)
0 Favorites   0 Comments

Color spaces of #60ddba

RGB 96221186
HSL0.450.650.62
HSV163°57°87°
CMYK 0.570.000.16   0.13
XYZ39.543257.744955.5161
Yxy57.74490.25880.3779
Hunter Lab75.9901-40.09609.8775
CIE-Lab80.5968-43.10276.7684

#60ddba color RGB value is (96,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011101 10111010
Octal 140 335 272
Decimal 96 221 186
Hex 60 DD BA

RGB Percentages of Color #60ddba

%19.09
%43.94
%36.98

CMYK Percentages of Color #60ddba

%57
%0
%16
%13

Triadic Colors of #60ddba

#60ddba #ba60dd #ddba60

Analogous Colors of #60ddba

#60ddba #60c2dd #60dd7c

Monochromatic Colors of #60ddba

#60ddba

Complementary Color

#60ddba #dd6083

#60ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ddba Color CSS Codes

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

#60ddba Text Font Color

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

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


#60ddba Background Color

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

This div background color is #60ddba


#60ddba Border Color

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

This div border color is #60ddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ddba


Comments

No comments written yet.

Please login to write comment.