Color Hex Logo

#667aac Color Hex

#667AAC
(102,122,172)
0 Favorites   0 Comments

Color spaces of #667aac

RGB 102122172
HSL0.620.300.54
HSV223°41°67°
CMYK 0.410.290.00   0.33
XYZ19.885419.722441.7885
Yxy19.72240.24430.2423
Hunter Lab44.40992.2095-24.7033
CIE-Lab51.52195.7834-28.9264

#667aac color RGB value is (102,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111010 10101100
Octal 146 172 254
Decimal 102 122 172
Hex 66 7A AC

RGB Percentages of Color #667aac

%25.76
%30.81
%43.43

CMYK Percentages of Color #667aac

%41
%29
%0
%33

Triadic Colors of #667aac

#667aac #ac667a #7aac66

Analogous Colors of #667aac

#667aac #7566ac #669dac

Monochromatic Colors of #667aac

#667aac

Complementary Color

#667aac #ac9866

#667aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#667aac Color CSS Codes

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

#667aac Text Font Color

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

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


#667aac Background Color

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

This div background color is #667aac


#667aac Border Color

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

This div border color is #667aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667aac


Comments

No comments written yet.

Please login to write comment.