Color Hex Logo

#60daec Color Hex

#60DAEC
(96,218,236)
0 Favorites   0 Comments

Color spaces of #60daec

RGB 96218236
HSL0.520.790.65
HSV188°59°93°
CMYK 0.590.080.00   0.07
XYZ45.035658.685788.3107
Yxy58.68570.23450.3056
Hunter Lab76.6066-29.1247-14.7238
CIE-Lab81.1185-28.8137-19.0695

#60daec color RGB value is (96,218,236).

#60daec hex color red value is 96, green value is 218 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #60daec hue: 0.52 , saturation: 0.79 and the lightness value of 60daec is 0.65.

The process color (four color CMYK) of #60daec color hex is 0.59, 0.08, 0.00, 0.07. Web safe color of #60daec is #66ccff. Color #60daec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011010 11101100
Octal 140 332 354
Decimal 96 218 236
Hex 60 DA EC

RGB Percentages of Color #60daec

%17.45
%39.64
%42.91

CMYK Percentages of Color #60daec

%59
%8
%0
%7

Triadic Colors of #60daec

#60daec #ec60da #daec60

Analogous Colors of #60daec

#60daec #6094ec #60ecb8

Monochromatic Colors of #60daec

#60daec

Complementary Color

#60daec #ec7260

#60daec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60daec Color Preview on White Background

Lorem ipsum dolor sit amet.

#60daec Color CSS Codes

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

#60daec Text Font Color

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

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


#60daec Background Color

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

This div background color is #60daec


#60daec Border Color

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

This div border color is #60daec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60daec


Comments

No comments written yet.

Please login to write comment.