Color Hex Logo

#60cace Color Hex

#60CACE
(96,202,206)
0 Favorites   0 Comments

Color spaces of #60cace

RGB 96202206
HSL0.510.530.59
HSV182°53°81°
CMYK 0.530.020.00   0.19
XYZ37.085049.184165.9314
Yxy49.18410.24370.3232
Hunter Lab70.1314-28.3403-6.6473
CIE-Lab75.5657-29.3179-11.3308

#60cace color RGB value is (96,202,206).

#60cace hex color red value is 96, green value is 202 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #60cace hue: 0.51 , saturation: 0.53 and the lightness value of 60cace is 0.59.

The process color (four color CMYK) of #60cace color hex is 0.53, 0.02, 0.00, 0.19. Web safe color of #60cace is #66cccc. Color #60cace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001010 11001110
Octal 140 312 316
Decimal 96 202 206
Hex 60 CA CE

RGB Percentages of Color #60cace

%19.05
%40.08
%40.87

CMYK Percentages of Color #60cace

%53
%2
%0
%19

Triadic Colors of #60cace

#60cace #ce60ca #cace60

Analogous Colors of #60cace

#60cace #6093ce #60ce9b

Monochromatic Colors of #60cace

#60cace

Complementary Color

#60cace #ce6460

#60cace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cace Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cace Color CSS Codes

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

#60cace Text Font Color

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

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


#60cace Background Color

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

This div background color is #60cace


#60cace Border Color

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

This div border color is #60cace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cace


Comments

No comments written yet.

Please login to write comment.