Color Hex Logo

#667aab Color Hex

#667AAB
(102,122,171)
0 Favorites   0 Comments

Color spaces of #667aab

RGB 102122171
HSL0.620.290.54
HSV223°40°67°
CMYK 0.400.290.00   0.33
XYZ19.789719.684141.2845
Yxy19.68410.24500.2437
Hunter Lab44.36681.9777-24.1142
CIE-Lab51.47825.4950-28.4152

#667aab color RGB value is (102,122,171).

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

The process color (four color CMYK) of #667aab color hex is 0.40, 0.29, 0.00, 0.33. Web safe color of #667aab is #666699. Color #667aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111010 10101011
Octal 146 172 253
Decimal 102 122 171
Hex 66 7A AB

RGB Percentages of Color #667aab

%25.82
%30.89
%43.29

CMYK Percentages of Color #667aab

%40
%29
%0
%33

Triadic Colors of #667aab

#667aab #ab667a #7aab66

Analogous Colors of #667aab

#667aab #7566ab #669dab

Monochromatic Colors of #667aab

#667aab

Complementary Color

#667aab #ab9766

#667aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#667aab Color CSS Codes

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

#667aab Text Font Color

<p style="color:#667aab">Text here</p>

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


#667aab Background Color

<div style="background-color:#667aab">
Div content here</div>

This div background color is #667aab


#667aab Border Color

<div style="border:3px solid #667aab">
Div here</div>

This div border color is #667aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667aab


Comments

No comments written yet.

Please login to write comment.