Color Hex Logo

#66aada Color Hex

#66AADA
(102,170,218)
0 Favorites   0 Comments

Color spaces of #66aada

RGB 102170218
HSL0.570.610.63
HSV205°53°85°
CMYK 0.530.220.00   0.15
XYZ32.509136.636271.6877
Yxy36.63620.23080.2601
Hunter Lab60.5278-10.0526-27.8521
CIE-Lab67.0032-8.1020-30.8813

#66aada color RGB value is (102,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101010 11011010
Octal 146 252 332
Decimal 102 170 218
Hex 66 AA DA

RGB Percentages of Color #66aada

%20.82
%34.69
%44.49

CMYK Percentages of Color #66aada

%53
%22
%0
%15

Triadic Colors of #66aada

#66aada #da66aa #aada66

Analogous Colors of #66aada

#66aada #6670da #66dad0

Monochromatic Colors of #66aada

#66aada

Complementary Color

#66aada #da9666

#66aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#66aada Color CSS Codes

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

#66aada Text Font Color

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

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


#66aada Background Color

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

This div background color is #66aada


#66aada Border Color

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

This div border color is #66aada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,170,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66aada


Comments

No comments written yet.

Please login to write comment.