Color Hex Logo

#60a8dd Color Hex

#60A8DD
(96,168,221)
0 Favorites   0 Comments

Color spaces of #60a8dd

RGB 96168221
HSL0.570.650.62
HSV205°57°87°
CMYK 0.570.240.00   0.13
XYZ31.877635.712573.6197
Yxy35.71250.22570.2529
Hunter Lab59.7599-9.3631-31.2088
CIE-Lab66.2997-7.3485-33.6434

#60a8dd color RGB value is (96,168,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101000 11011101
Octal 140 250 335
Decimal 96 168 221
Hex 60 A8 DD

RGB Percentages of Color #60a8dd

%19.79
%34.64
%45.57

CMYK Percentages of Color #60a8dd

%57
%24
%0
%13

Triadic Colors of #60a8dd

#60a8dd #dd60a8 #a8dd60

Analogous Colors of #60a8dd

#60a8dd #606add #60ddd4

Monochromatic Colors of #60a8dd

#60a8dd

Complementary Color

#60a8dd #dd9560

#60a8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60a8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60a8dd Color CSS Codes

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

#60a8dd Text Font Color

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

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


#60a8dd Background Color

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

This div background color is #60a8dd


#60a8dd Border Color

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

This div border color is #60a8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60a8dd


Comments

No comments written yet.

Please login to write comment.