Color Hex Logo

#60ccea Color Hex

#60CCEA
(96,204,234)
0 Favorites   0 Comments

Color spaces of #60ccea

RGB 96204234
HSL0.540.770.65
HSV193°59°92°
CMYK 0.590.130.00   0.08
XYZ41.268051.613085.6292
Yxy51.61300.23120.2891
Hunter Lab71.8422-23.1888-20.3786
CIE-Lab77.0489-22.4601-24.1790

#60ccea color RGB value is (96,204,234).

#60ccea hex color red value is 96, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #60ccea hue: 0.54 , saturation: 0.77 and the lightness value of 60ccea is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001100 11101010
Octal 140 314 352
Decimal 96 204 234
Hex 60 CC EA

RGB Percentages of Color #60ccea

%17.98
%38.20
%43.82

CMYK Percentages of Color #60ccea

%59
%13
%0
%8

Triadic Colors of #60ccea

#60ccea #ea60cc #ccea60

Analogous Colors of #60ccea

#60ccea #6087ea #60eac3

Monochromatic Colors of #60ccea

#60ccea

Complementary Color

#60ccea #ea7e60

#60ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ccea Color CSS Codes

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

#60ccea Text Font Color

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

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


#60ccea Background Color

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

This div background color is #60ccea


#60ccea Border Color

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

This div border color is #60ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ccea


Comments

No comments written yet.

Please login to write comment.