Color Hex Logo

#60aeee Color Hex

#60AEEE
(96,174,238)
0 Favorites   0 Comments

Color spaces of #60aeee

RGB 96174238
HSL0.580.810.65
HSV207°60°93°
CMYK 0.600.270.00   0.07
XYZ35.392538.931986.5382
Yxy38.93190.22000.2420
Hunter Lab62.3954-7.9416-38.5544
CIE-Lab68.7019-5.3774-39.2212

#60aeee color RGB value is (96,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101110 11101110
Octal 140 256 356
Decimal 96 174 238
Hex 60 AE EE

RGB Percentages of Color #60aeee

%18.90
%34.25
%46.85

CMYK Percentages of Color #60aeee

%60
%27
%0
%7

Triadic Colors of #60aeee

#60aeee #ee60ae #aeee60

Analogous Colors of #60aeee

#60aeee #6067ee #60eee7

Monochromatic Colors of #60aeee

#60aeee

Complementary Color

#60aeee #eea060

#60aeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aeee Color CSS Codes

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

#60aeee Text Font Color

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

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


#60aeee Background Color

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

This div background color is #60aeee


#60aeee Border Color

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

This div border color is #60aeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aeee


Comments

No comments written yet.

Please login to write comment.