Color Hex Logo

#668cad Color Hex

#668CAD
(102,140,173)
0 Favorites   0 Comments

Color spaces of #668cad

RGB 102140173
HSL0.580.300.54
HSV208°41°68°
CMYK 0.410.190.00   0.32
XYZ22.400424.598143.1024
Yxy24.59810.24860.2730
Hunter Lab49.5965-6.1737-16.8091
CIE-Lab56.6817-4.4369-21.5378

#668cad color RGB value is (102,140,173).

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

The process color (four color CMYK) of #668cad color hex is 0.41, 0.19, 0.00, 0.32. Web safe color of #668cad is #669999. Color #668cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001100 10101101
Octal 146 214 255
Decimal 102 140 173
Hex 66 8C AD

RGB Percentages of Color #668cad

%24.58
%33.73
%41.69

CMYK Percentages of Color #668cad

%41
%19
%0
%32

Triadic Colors of #668cad

#668cad #ad668c #8cad66

Analogous Colors of #668cad

#668cad #6669ad #66adab

Monochromatic Colors of #668cad

#668cad

Complementary Color

#668cad #ad8766

#668cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#668cad Color CSS Codes

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

#668cad Text Font Color

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

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


#668cad Background Color

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

This div background color is #668cad


#668cad Border Color

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

This div border color is #668cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668cad


Comments

No comments written yet.

Please login to write comment.