Color Hex Logo

#66acdd Color Hex

#66ACDD
(102,172,221)
0 Favorites   0 Comments

Color spaces of #66acdd

RGB 102172221
HSL0.570.640.63
HSV205°54°87°
CMYK 0.540.220.00   0.13
XYZ33.283237.550373.9003
Yxy37.55030.23000.2594
Hunter Lab61.2783-10.2851-28.6076
CIE-Lab67.6879-8.2995-31.4727

#66acdd color RGB value is (102,172,221).

#66acdd hex color red value is 102, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #66acdd hue: 0.57 , saturation: 0.64 and the lightness value of 66acdd is 0.63.

The process color (four color CMYK) of #66acdd color hex is 0.54, 0.22, 0.00, 0.13. Web safe color of #66acdd is #6699cc. Color #66acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101100 11011101
Octal 146 254 335
Decimal 102 172 221
Hex 66 AC DD

RGB Percentages of Color #66acdd

%20.61
%34.75
%44.65

CMYK Percentages of Color #66acdd

%54
%22
%0
%13

Triadic Colors of #66acdd

#66acdd #dd66ac #acdd66

Analogous Colors of #66acdd

#66acdd #6671dd #66ddd3

Monochromatic Colors of #66acdd

#66acdd

Complementary Color

#66acdd #dd9766

#66acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#66acdd Color CSS Codes

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

#66acdd Text Font Color

<p style="color:#66acdd">Text here</p>

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


#66acdd Background Color

<div style="background-color:#66acdd">
Div content here</div>

This div background color is #66acdd


#66acdd Border Color

<div style="border:3px solid #66acdd">
Div here</div>

This div border color is #66acdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,172,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66acdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66acdd;
  -webkit-box-shadow: 1px 1px 3px 2px #66acdd;
  box-shadow:         1px 1px 3px 2px #66acdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,172,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 #66acdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66acdd


Comments

No comments written yet.

Please login to write comment.