Color Hex Logo

#60d8ed Color Hex

#60D8ED
(96,216,237)
0 Favorites   0 Comments

Color spaces of #60d8ed

RGB 96216237
HSL0.520.800.65
HSV189°59°93°
CMYK 0.590.090.00   0.07
XYZ44.665857.713088.9063
Yxy57.71300.23350.3017
Hunter Lab75.9691-27.9973-16.2085
CIE-Lab80.5790-27.5579-20.4182

#60d8ed color RGB value is (96,216,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011000 11101101
Octal 140 330 355
Decimal 96 216 237
Hex 60 D8 ED

RGB Percentages of Color #60d8ed

%17.49
%39.34
%43.17

CMYK Percentages of Color #60d8ed

%59
%9
%0
%7

Triadic Colors of #60d8ed

#60d8ed #ed60d8 #d8ed60

Analogous Colors of #60d8ed

#60d8ed #6092ed #60edbc

Monochromatic Colors of #60d8ed

#60d8ed

Complementary Color

#60d8ed #ed7560

#60d8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60d8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#60d8ed Color CSS Codes

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

#60d8ed Text Font Color

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

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


#60d8ed Background Color

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

This div background color is #60d8ed


#60d8ed Border Color

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

This div border color is #60d8ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60d8ed


Comments

No comments written yet.

Please login to write comment.