Color Hex Logo

#60ddbb Color Hex

#60DDBB
(96,221,187)
0 Favorites   0 Comments

Color spaces of #60ddbb

RGB 96221187
HSL0.450.650.62
HSV164°57°87°
CMYK 0.570.000.15   0.13
XYZ39.650057.787656.0781
Yxy57.78760.25830.3764
Hunter Lab76.0182-39.92879.4749
CIE-Lab80.6206-42.86966.2721

#60ddbb color RGB value is (96,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011101 10111011
Octal 140 335 273
Decimal 96 221 187
Hex 60 DD BB

RGB Percentages of Color #60ddbb

%19.05
%43.85
%37.10

CMYK Percentages of Color #60ddbb

%57
%0
%15
%13

Triadic Colors of #60ddbb

#60ddbb #bb60dd #ddbb60

Analogous Colors of #60ddbb

#60ddbb #60c1dd #60dd7d

Monochromatic Colors of #60ddbb

#60ddbb

Complementary Color

#60ddbb #dd6082

#60ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ddbb Color CSS Codes

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

#60ddbb Text Font Color

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

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


#60ddbb Background Color

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

This div background color is #60ddbb


#60ddbb Border Color

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

This div border color is #60ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ddbb


Comments

No comments written yet.

Please login to write comment.