Color Hex Logo

#666dab Color Hex

#666DAB
(102,109,171)
2 Favorites   0 Comments

Color spaces of #666dab

RGB 102109171
HSL0.650.290.54
HSV234°40°67°
CMYK 0.400.360.00   0.33
XYZ18.298816.702340.7875
Yxy16.70230.24140.2204
Hunter Lab40.86848.4034-30.5647
CIE-Lab47.882713.3554-34.0309

#666dab color RGB value is (102,109,171).

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

The process color (four color CMYK) of #666dab color hex is 0.40, 0.36, 0.00, 0.33. Web safe color of #666dab is #666699. Color #666dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101101 10101011
Octal 146 155 253
Decimal 102 109 171
Hex 66 6D AB

RGB Percentages of Color #666dab

%26.70
%28.53
%44.76

CMYK Percentages of Color #666dab

%40
%36
%0
%33

Triadic Colors of #666dab

#666dab #ab666d #6dab66

Analogous Colors of #666dab

#666dab #8266ab #6690ab

Monochromatic Colors of #666dab

#666dab

Complementary Color

#666dab #aba466

#666dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#666dab Color CSS Codes

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

#666dab Text Font Color

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

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


#666dab Background Color

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

This div background color is #666dab


#666dab Border Color

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

This div border color is #666dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666dab


Comments

No comments written yet.

Please login to write comment.