Color Hex Logo

#60ccee Color Hex

#60CCEE
(96,204,238)
0 Favorites   0 Comments

Color spaces of #60ccee

RGB 96204238
HSL0.540.810.65
HSV194°60°93°
CMYK 0.600.140.00   0.07
XYZ41.849451.845688.6904
Yxy51.84560.22950.2843
Hunter Lab72.0039-22.2608-22.6274
CIE-Lab77.1884-21.2920-26.1125

#60ccee color RGB value is (96,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001100 11101110
Octal 140 314 356
Decimal 96 204 238
Hex 60 CC EE

RGB Percentages of Color #60ccee

%17.84
%37.92
%44.24

CMYK Percentages of Color #60ccee

%60
%14
%0
%7

Triadic Colors of #60ccee

#60ccee #ee60cc #ccee60

Analogous Colors of #60ccee

#60ccee #6085ee #60eec9

Monochromatic Colors of #60ccee

#60ccee

Complementary Color

#60ccee #ee8260

#60ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ccee Color CSS Codes

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

#60ccee Text Font Color

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

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


#60ccee Background Color

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

This div background color is #60ccee


#60ccee Border Color

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

This div border color is #60ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ccee


Comments

No comments written yet.

Please login to write comment.