Color Hex Logo

#60aedc Color Hex

#60AEDC
(96,174,220)
0 Favorites   0 Comments

Color spaces of #60aedc

RGB 96174220
HSL0.560.640.62
HSV202°56°86°
CMYK 0.560.210.00   0.14
XYZ32.878237.926273.2978
Yxy37.92620.22820.2632
Hunter Lab61.5843-12.4760-27.4582
CIE-Lab67.9662-10.9345-30.5139

#60aedc color RGB value is (96,174,220).

#60aedc hex color red value is 96, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #60aedc hue: 0.56 , saturation: 0.64 and the lightness value of 60aedc is 0.62.

The process color (four color CMYK) of #60aedc color hex is 0.56, 0.21, 0.00, 0.14. Web safe color of #60aedc is #6699cc. Color #60aedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101110 11011100
Octal 140 256 334
Decimal 96 174 220
Hex 60 AE DC

RGB Percentages of Color #60aedc

%19.59
%35.51
%44.90

CMYK Percentages of Color #60aedc

%56
%21
%0
%14

Triadic Colors of #60aedc

#60aedc #dc60ae #aedc60

Analogous Colors of #60aedc

#60aedc #6070dc #60dccc

Monochromatic Colors of #60aedc

#60aedc

Complementary Color

#60aedc #dc8e60

#60aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aedc Color CSS Codes

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

#60aedc Text Font Color

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

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


#60aedc Background Color

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

This div background color is #60aedc


#60aedc Border Color

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

This div border color is #60aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aedc


Comments

No comments written yet.

Please login to write comment.