Color Hex Logo

#669bab Color Hex

#669BAB
(102,155,171)
0 Favorites   0 Comments

Color spaces of #669bab

RGB 102155171
HSL0.540.290.54
HSV194°40°67°
CMYK 0.400.090.00   0.33
XYZ24.551529.207742.8717
Yxy29.20770.25410.3023
Hunter Lab54.0441-13.4872-9.2022
CIE-Lab60.9645-13.3116-13.8912

#669bab color RGB value is (102,155,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011011 10101011
Octal 146 233 253
Decimal 102 155 171
Hex 66 9B AB

RGB Percentages of Color #669bab

%23.83
%36.21
%39.95

CMYK Percentages of Color #669bab

%40
%9
%0
%33

Triadic Colors of #669bab

#669bab #ab669b #9bab66

Analogous Colors of #669bab

#669bab #6679ab #66ab99

Monochromatic Colors of #669bab

#669bab

Complementary Color

#669bab #ab7666

#669bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#669bab Color CSS Codes

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

#669bab Text Font Color

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

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


#669bab Background Color

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

This div background color is #669bab


#669bab Border Color

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

This div border color is #669bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669bab


Comments

No comments written yet.

Please login to write comment.