Color Hex Logo

#60deca Color Hex

#60DECA
(96,222,202)
0 Favorites   0 Comments

Color spaces of #60deca

RGB 96222202
HSL0.470.660.62
HSV170°57°87°
CMYK 0.570.000.09   0.13
XYZ41.605858.993665.0712
Yxy58.99360.25110.3561
Hunter Lab76.8073-37.72103.5346
CIE-Lab81.2881-39.7024-0.7256

#60deca color RGB value is (96,222,202).

#60deca hex color red value is 96, green value is 222 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #60deca hue: 0.47 , saturation: 0.66 and the lightness value of 60deca is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011110 11001010
Octal 140 336 312
Decimal 96 222 202
Hex 60 DE CA

RGB Percentages of Color #60deca

%18.46
%42.69
%38.85

CMYK Percentages of Color #60deca

%57
%0
%9
%13

Triadic Colors of #60deca

#60deca #ca60de #deca60

Analogous Colors of #60deca

#60deca #60b3de #60de8b

Monochromatic Colors of #60deca

#60deca

Complementary Color

#60deca #de6074

#60deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#60deca Color CSS Codes

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

#60deca Text Font Color

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

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


#60deca Background Color

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

This div background color is #60deca


#60deca Border Color

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

This div border color is #60deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60deca


Comments

No comments written yet.

Please login to write comment.