Color Hex Logo

#60aeed Color Hex

#60AEED
(96,174,237)
0 Favorites   0 Comments

Color spaces of #60aeed

RGB 96174237
HSL0.570.800.65
HSV207°59°93°
CMYK 0.590.270.00   0.07
XYZ35.246038.873385.7664
Yxy38.87330.22040.2431
Hunter Lab62.3485-8.2026-37.9153
CIE-Lab68.6594-5.6912-38.7421

#60aeed color RGB value is (96,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101110 11101101
Octal 140 256 355
Decimal 96 174 237
Hex 60 AE ED

RGB Percentages of Color #60aeed

%18.93
%34.32
%46.75

CMYK Percentages of Color #60aeed

%59
%27
%0
%7

Triadic Colors of #60aeed

#60aeed #ed60ae #aeed60

Analogous Colors of #60aeed

#60aeed #6068ed #60ede6

Monochromatic Colors of #60aeed

#60aeed

Complementary Color

#60aeed #ed9f60

#60aeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aeed Color CSS Codes

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

#60aeed Text Font Color

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

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


#60aeed Background Color

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

This div background color is #60aeed


#60aeed Border Color

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

This div border color is #60aeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aeed


Comments

No comments written yet.

Please login to write comment.