Color Hex Logo

#666acb Color Hex

#666ACB
(102,106,203)
0 Favorites   0 Comments

Color spaces of #666acb

RGB 102106203
HSL0.660.490.60
HSV238°50°80°
CMYK 0.500.480.00   0.20
XYZ21.413017.444658.7385
Yxy17.44460.21940.1787
Hunter Lab41.766718.4217-54.1456
CIE-Lab48.815424.8632-51.0605

#666acb color RGB value is (102,106,203).

#666acb hex color red value is 102, green value is 106 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #666acb hue: 0.66 , saturation: 0.49 and the lightness value of 666acb is 0.60.

The process color (four color CMYK) of #666acb color hex is 0.50, 0.48, 0.00, 0.20. Web safe color of #666acb is #6666cc. Color #666acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101010 11001011
Octal 146 152 313
Decimal 102 106 203
Hex 66 6A CB

RGB Percentages of Color #666acb

%24.82
%25.79
%49.39

CMYK Percentages of Color #666acb

%50
%48
%0
%20

Triadic Colors of #666acb

#666acb #cb666a #6acb66

Analogous Colors of #666acb

#666acb #9566cb #669dcb

Monochromatic Colors of #666acb

#666acb

Complementary Color

#666acb #cbc766

#666acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#666acb Color CSS Codes

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

#666acb Text Font Color

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

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


#666acb Background Color

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

This div background color is #666acb


#666acb Border Color

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

This div border color is #666acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666acb


Comments

No comments written yet.

Please login to write comment.