Color Hex Logo

#60ddbe Color Hex

#60DDBE
(96,221,190)
0 Favorites   0 Comments

Color spaces of #60ddbe

RGB 96221190
HSL0.460.650.62
HSV165°57°87°
CMYK 0.570.000.14   0.13
XYZ39.974657.917457.7875
Yxy57.91740.25680.3720
Hunter Lab76.1035-39.42108.2519
CIE-Lab80.6928-42.16444.7841

#60ddbe color RGB value is (96,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011101 10111110
Octal 140 335 276
Decimal 96 221 190
Hex 60 DD BE

RGB Percentages of Color #60ddbe

%18.93
%43.59
%37.48

CMYK Percentages of Color #60ddbe

%57
%0
%14
%13

Triadic Colors of #60ddbe

#60ddbe #be60dd #ddbe60

Analogous Colors of #60ddbe

#60ddbe #60bedd #60dd80

Monochromatic Colors of #60ddbe

#60ddbe

Complementary Color

#60ddbe #dd607f

#60ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ddbe Color CSS Codes

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

#60ddbe Text Font Color

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

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


#60ddbe Background Color

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

This div background color is #60ddbe


#60ddbe Border Color

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

This div border color is #60ddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ddbe


Comments

No comments written yet.

Please login to write comment.