Color Hex Logo

#668c80 Color Hex

#668C80
(102,140,128)
0 Favorites   0 Comments

Color spaces of #668c80

RGB 102140128
HSL0.450.160.47
HSV161°27°55°
CMYK 0.270.000.09   0.45
XYZ18.753923.139523.9000
Yxy23.13950.28500.3517
Hunter Lab48.1035-14.59024.2145
CIE-Lab55.2157-15.87862.1408

#668c80 color RGB value is (102,140,128).

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

The process color (four color CMYK) of #668c80 color hex is 0.27, 0.00, 0.09, 0.45. Web safe color of #668c80 is #669999. Color #668c80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001100 10000000
Octal 146 214 200
Decimal 102 140 128
Hex 66 8C 80

RGB Percentages of Color #668c80

%27.57
%37.84
%34.59

CMYK Percentages of Color #668c80

%27
%0
%9
%45

Triadic Colors of #668c80

#668c80 #80668c #8c8066

Analogous Colors of #668c80

#668c80 #66858c #668c6d

Monochromatic Colors of #668c80

#668c80

Complementary Color

#668c80 #8c6672

#668c80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668c80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668c80 Color CSS Codes

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

#668c80 Text Font Color

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

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


#668c80 Background Color

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

This div background color is #668c80


#668c80 Border Color

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

This div border color is #668c80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668c80


Comments

No comments written yet.

Please login to write comment.