Color Hex Logo

#60a6dd Color Hex

#60A6DD
(96,166,221)
0 Favorites   0 Comments

Color spaces of #60a6dd

RGB 96166221
HSL0.570.650.62
HSV206°57°87°
CMYK 0.570.250.00   0.13
XYZ31.511234.979773.4975
Yxy34.97970.22510.2499
Hunter Lab59.1436-8.3982-32.2788
CIE-Lab65.7329-6.2415-34.5235

#60a6dd color RGB value is (96,166,221).

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

The process color (four color CMYK) of #60a6dd color hex is 0.57, 0.25, 0.00, 0.13. Web safe color of #60a6dd is #6699cc. Color #60a6dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10100110 11011101
Octal 140 246 335
Decimal 96 166 221
Hex 60 A6 DD

RGB Percentages of Color #60a6dd

%19.88
%34.37
%45.76

CMYK Percentages of Color #60a6dd

%57
%25
%0
%13

Triadic Colors of #60a6dd

#60a6dd #dd60a6 #a6dd60

Analogous Colors of #60a6dd

#60a6dd #6068dd #60ddd6

Monochromatic Colors of #60a6dd

#60a6dd

Complementary Color

#60a6dd #dd9760

#60a6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60a6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60a6dd Color CSS Codes

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

#60a6dd Text Font Color

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

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


#60a6dd Background Color

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

This div background color is #60a6dd


#60a6dd Border Color

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

This div border color is #60a6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60a6dd


Comments

No comments written yet.

Please login to write comment.