Color Hex Logo

#668faa Color Hex

#668FAA
(102,143,170)
0 Favorites   0 Comments

Color spaces of #668faa

RGB 102143170
HSL0.570.290.53
HSV204°40°67°
CMYK 0.400.160.00   0.33
XYZ22.557625.372041.7386
Yxy25.37200.25160.2830
Hunter Lab50.3706-8.2105-13.8700
CIE-Lab57.4361-6.9678-18.6717

#668faa color RGB value is (102,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001111 10101010
Octal 146 217 252
Decimal 102 143 170
Hex 66 8F AA

RGB Percentages of Color #668faa

%24.58
%34.46
%40.96

CMYK Percentages of Color #668faa

%40
%16
%0
%33

Triadic Colors of #668faa

#668faa #aa668f #8faa66

Analogous Colors of #668faa

#668faa #666daa #66aaa3

Monochromatic Colors of #668faa

#668faa

Complementary Color

#668faa #aa8166

#668faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#668faa Color CSS Codes

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

#668faa Text Font Color

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

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


#668faa Background Color

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

This div background color is #668faa


#668faa Border Color

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

This div border color is #668faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668faa


Comments

No comments written yet.

Please login to write comment.