Color Hex Logo

#60aced Color Hex

#60ACED
(96,172,237)
0 Favorites   0 Comments

Color spaces of #60aced

RGB 96172237
HSL0.580.800.65
HSV208°59°93°
CMYK 0.590.270.00   0.07
XYZ34.862538.106385.6386
Yxy38.10630.21980.2403
Hunter Lab61.7303-7.2192-39.0420
CIE-Lab68.0989-4.5828-39.6167

#60aced color RGB value is (96,172,237).

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

The process color (four color CMYK) of #60aced color hex is 0.59, 0.27, 0.00, 0.07. Web safe color of #60aced is #6699ff. Color #60aced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101100 11101101
Octal 140 254 355
Decimal 96 172 237
Hex 60 AC ED

RGB Percentages of Color #60aced

%19.01
%34.06
%46.93

CMYK Percentages of Color #60aced

%59
%27
%0
%7

Triadic Colors of #60aced

#60aced #ed60ac #aced60

Analogous Colors of #60aced

#60aced #6066ed #60ede8

Monochromatic Colors of #60aced

#60aced

Complementary Color

#60aced #eda160

#60aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aced Color CSS Codes

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

#60aced Text Font Color

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

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


#60aced Background Color

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

This div background color is #60aced


#60aced Border Color

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

This div border color is #60aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aced


Comments

No comments written yet.

Please login to write comment.