Color Hex Logo

#668bab Color Hex

#668BAB
(102,139,171)
0 Favorites   0 Comments

Color spaces of #668bab

RGB 102139171
HSL0.580.290.54
HSV208°40°67°
CMYK 0.400.190.00   0.33
XYZ22.062824.230342.0422
Yxy24.23030.24980.2743
Hunter Lab49.2243-6.1371-16.1823
CIE-Lab56.3176-4.4271-20.9514

#668bab color RGB value is (102,139,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001011 10101011
Octal 146 213 253
Decimal 102 139 171
Hex 66 8B AB

RGB Percentages of Color #668bab

%24.76
%33.74
%41.50

CMYK Percentages of Color #668bab

%40
%19
%0
%33

Triadic Colors of #668bab

#668bab #ab668b #8bab66

Analogous Colors of #668bab

#668bab #6669ab #66aba9

Monochromatic Colors of #668bab

#668bab

Complementary Color

#668bab #ab8666

#668bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#668bab Color CSS Codes

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

#668bab Text Font Color

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

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


#668bab Background Color

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

This div background color is #668bab


#668bab Border Color

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

This div border color is #668bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668bab


Comments

No comments written yet.

Please login to write comment.