Color Hex Logo

#668cac Color Hex

#668CAC
(102,140,172)
0 Favorites   0 Comments

Color spaces of #668cac

RGB 102140172
HSL0.580.300.54
HSV207°41°67°
CMYK 0.410.190.00   0.33
XYZ22.304024.559542.5946
Yxy24.55950.24930.2745
Hunter Lab49.5575-6.3895-16.2693
CIE-Lab56.6437-4.7166-21.0244

#668cac color RGB value is (102,140,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001100 10101100
Octal 146 214 254
Decimal 102 140 172
Hex 66 8C AC

RGB Percentages of Color #668cac

%24.64
%33.82
%41.55

CMYK Percentages of Color #668cac

%41
%19
%0
%33

Triadic Colors of #668cac

#668cac #ac668c #8cac66

Analogous Colors of #668cac

#668cac #6669ac #66aca9

Monochromatic Colors of #668cac

#668cac

Complementary Color

#668cac #ac8666

#668cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#668cac Color CSS Codes

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

#668cac Text Font Color

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

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


#668cac Background Color

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

This div background color is #668cac


#668cac Border Color

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

This div border color is #668cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668cac


Comments

No comments written yet.

Please login to write comment.