Color Hex Logo

#666dad Color Hex

#666DAD
(102,109,173)
0 Favorites   0 Comments

Color spaces of #666dad

RGB 102109173
HSL0.650.300.54
HSV234°41°68°
CMYK 0.410.370.00   0.32
XYZ18.491016.779241.7993
Yxy16.77920.23990.2177
Hunter Lab40.96248.8931-31.8276
CIE-Lab47.980613.9407-35.0446

#666dad color RGB value is (102,109,173).

#666dad hex color red value is 102, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #666dad hue: 0.65 , saturation: 0.30 and the lightness value of 666dad is 0.54.

The process color (four color CMYK) of #666dad color hex is 0.41, 0.37, 0.00, 0.32. Web safe color of #666dad is #666699. Color #666dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101101 10101101
Octal 146 155 255
Decimal 102 109 173
Hex 66 6D AD

RGB Percentages of Color #666dad

%26.56
%28.39
%45.05

CMYK Percentages of Color #666dad

%41
%37
%0
%32

Triadic Colors of #666dad

#666dad #ad666d #6dad66

Analogous Colors of #666dad

#666dad #8366ad #6691ad

Monochromatic Colors of #666dad

#666dad

Complementary Color

#666dad #ada666

#666dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#666dad Color CSS Codes

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

#666dad Text Font Color

<p style="color:#666dad">Text here</p>

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


#666dad Background Color

<div style="background-color:#666dad">
Div content here</div>

This div background color is #666dad


#666dad Border Color

<div style="border:3px solid #666dad">
Div here</div>

This div border color is #666dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,109,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #666dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #666dad;
  -webkit-box-shadow: 1px 1px 3px 2px #666dad;
  box-shadow:         1px 1px 3px 2px #666dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666dad


Comments

No comments written yet.

Please login to write comment.