Color Hex Logo

#60e0db Color Hex

#60E0DB
(96,224,219)
0 Favorites   0 Comments

Color spaces of #60e0db

RGB 96224219
HSL0.490.670.63
HSV178°57°88°
CMYK 0.570.000.02   0.12
XYZ44.265760.912676.4421
Yxy60.91260.24370.3354
Hunter Lab78.0465-35.3415-3.4386
CIE-Lab82.3317-36.2771-8.2171

#60e0db color RGB value is (96,224,219).

#60e0db hex color red value is 96, green value is 224 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #60e0db hue: 0.49 , saturation: 0.67 and the lightness value of 60e0db is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11100000 11011011
Octal 140 340 333
Decimal 96 224 219
Hex 60 E0 DB

RGB Percentages of Color #60e0db

%17.81
%41.56
%40.63

CMYK Percentages of Color #60e0db

%57
%0
%2
%12

Triadic Colors of #60e0db

#60e0db #db60e0 #e0db60

Analogous Colors of #60e0db

#60e0db #60a5e0 #60e09b

Monochromatic Colors of #60e0db

#60e0db

Complementary Color

#60e0db #e06065

#60e0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60e0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#60e0db Color CSS Codes

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

#60e0db Text Font Color

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

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


#60e0db Background Color

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

This div background color is #60e0db


#60e0db Border Color

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

This div border color is #60e0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60e0db


Comments

No comments written yet.

Please login to write comment.