Color Hex Logo

#668fab Color Hex

#668FAB
(102,143,171)
0 Favorites   0 Comments

Color spaces of #668fab

RGB 102143171
HSL0.570.290.54
HSV204°40°67°
CMYK 0.400.160.00   0.33
XYZ22.652625.410042.2388
Yxy25.41000.25090.2814
Hunter Lab50.4083-7.9999-14.3952
CIE-Lab57.4727-6.6917-19.1865

#668fab color RGB value is (102,143,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001111 10101011
Octal 146 217 253
Decimal 102 143 171
Hex 66 8F AB

RGB Percentages of Color #668fab

%24.52
%34.38
%41.11

CMYK Percentages of Color #668fab

%40
%16
%0
%33

Triadic Colors of #668fab

#668fab #ab668f #8fab66

Analogous Colors of #668fab

#668fab #666dab #66aba5

Monochromatic Colors of #668fab

#668fab

Complementary Color

#668fab #ab8266

#668fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#668fab Color CSS Codes

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

#668fab Text Font Color

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

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


#668fab Background Color

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

This div background color is #668fab


#668fab Border Color

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

This div border color is #668fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668fab


Comments

No comments written yet.

Please login to write comment.