Color Hex Logo

#668cab Color Hex

#668CAB
(102,140,171)
1 Favorites   0 Comments

Color spaces of #668cab

RGB 102140171
HSL0.570.290.54
HSV207°40°67°
CMYK 0.400.180.00   0.33
XYZ22.208324.521242.0906
Yxy24.52120.25000.2761
Hunter Lab49.5189-6.6041-15.7327
CIE-Lab56.6059-4.9955-20.5103

#668cab color RGB value is (102,140,171).

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

The process color (four color CMYK) of #668cab color hex is 0.40, 0.18, 0.00, 0.33. Web safe color of #668cab is #669999. Color #668cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001100 10101011
Octal 146 214 253
Decimal 102 140 171
Hex 66 8C AB

RGB Percentages of Color #668cab

%24.70
%33.90
%41.40

CMYK Percentages of Color #668cab

%40
%18
%0
%33

Triadic Colors of #668cab

#668cab #ab668c #8cab66

Analogous Colors of #668cab

#668cab #666aab #66aba8

Monochromatic Colors of #668cab

#668cab

Complementary Color

#668cab #ab8566

#668cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#668cab Color CSS Codes

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

#668cab Text Font Color

<p style="color:#668cab">Text here</p>

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


#668cab Background Color

<div style="background-color:#668cab">
Div content here</div>

This div background color is #668cab


#668cab Border Color

<div style="border:3px solid #668cab">
Div here</div>

This div border color is #668cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668cab


Comments

No comments written yet.

Please login to write comment.