Color Hex Logo

#60caef Color Hex

#60CAEF
(96,202,239)
0 Favorites   0 Comments

Color spaces of #60caef

RGB 96202239
HSL0.540.820.66
HSV196°60°94°
CMYK 0.600.150.00   0.06
XYZ41.524450.959989.3090
Yxy50.95990.22840.2803
Hunter Lab71.3862-21.0948-24.2055
CIE-Lab76.6547-19.9787-27.4660

#60caef color RGB value is (96,202,239).

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

The process color (four color CMYK) of #60caef color hex is 0.60, 0.15, 0.00, 0.06. Web safe color of #60caef is #66ccff. Color #60caef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001010 11101111
Octal 140 312 357
Decimal 96 202 239
Hex 60 CA EF

RGB Percentages of Color #60caef

%17.88
%37.62
%44.51

CMYK Percentages of Color #60caef

%60
%15
%0
%6

Triadic Colors of #60caef

#60caef #ef60ca #caef60

Analogous Colors of #60caef

#60caef #6083ef #60efcd

Monochromatic Colors of #60caef

#60caef

Complementary Color

#60caef #ef8560

#60caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#60caef Color CSS Codes

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

#60caef Text Font Color

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

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


#60caef Background Color

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

This div background color is #60caef


#60caef Border Color

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

This div border color is #60caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60caef


Comments

No comments written yet.

Please login to write comment.