Color Hex Logo

#60dcee Color Hex

#60DCEE
(96,220,238)
0 Favorites   0 Comments

Color spaces of #60dcee

RGB 96220238
HSL0.520.810.65
HSV188°60°93°
CMYK 0.600.080.00   0.07
XYZ45.849759.846290.0239
Yxy59.84620.23430.3058
Hunter Lab77.3603-29.5877-14.8433
CIE-Lab81.7545-29.2203-19.1714

#60dcee color RGB value is (96,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011100 11101110
Octal 140 334 356
Decimal 96 220 238
Hex 60 DC EE

RGB Percentages of Color #60dcee

%17.33
%39.71
%42.96

CMYK Percentages of Color #60dcee

%60
%8
%0
%7

Triadic Colors of #60dcee

#60dcee #ee60dc #dcee60

Analogous Colors of #60dcee

#60dcee #6095ee #60eeb9

Monochromatic Colors of #60dcee

#60dcee

Complementary Color

#60dcee #ee7260

#60dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dcee Color CSS Codes

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

#60dcee Text Font Color

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

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


#60dcee Background Color

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

This div background color is #60dcee


#60dcee Border Color

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

This div border color is #60dcee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,220,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 #60dcee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dcee


Comments

No comments written yet.

Please login to write comment.