Color Hex Logo

#668c7a Color Hex

#668C7A
(102,140,122)
0 Favorites   0 Comments

Color spaces of #668c7a

RGB 102140122
HSL0.420.160.47
HSV152°27°55°
CMYK 0.270.000.13   0.45
XYZ18.370422.986121.8809
Yxy22.98610.29050.3635
Hunter Lab47.9438-15.50676.5015
CIE-Lab55.0580-17.19665.3667

#668c7a color RGB value is (102,140,122).

#668c7a hex color red value is 102, green value is 140 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #668c7a hue: 0.42 , saturation: 0.16 and the lightness value of 668c7a is 0.47.

The process color (four color CMYK) of #668c7a color hex is 0.27, 0.00, 0.13, 0.45. Web safe color of #668c7a is #669966. Color #668c7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001100 01111010
Octal 146 214 172
Decimal 102 140 122
Hex 66 8C 7A

RGB Percentages of Color #668c7a

%28.02
%38.46
%33.52

CMYK Percentages of Color #668c7a

%27
%0
%13
%45

Triadic Colors of #668c7a

#668c7a #7a668c #8c7a66

Analogous Colors of #668c7a

#668c7a #668b8c #668c67

Monochromatic Colors of #668c7a

#668c7a

Complementary Color

#668c7a #8c6678

#668c7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668c7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#668c7a Color CSS Codes

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

#668c7a Text Font Color

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

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


#668c7a Background Color

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

This div background color is #668c7a


#668c7a Border Color

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

This div border color is #668c7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668c7a


Comments

No comments written yet.

Please login to write comment.