Color Hex Logo

#c2cc8b Color Hex

#C2CC8B
(194,204,139)
0 Favorites   0 Comments

Color spaces of #c2cc8b

RGB 194204139
HSL0.190.390.67
HSV69°32°80°
CMYK 0.050.000.32   0.20
XYZ48.501256.519132.7791
Yxy56.51910.35200.4102
Hunter Lab75.1792-16.405826.7742
CIE-Lab79.9083-13.844831.3168

#c2cc8b color RGB value is (194,204,139).

#c2cc8b hex color red value is 194, green value is 204 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c2cc8b hue: 0.19 , saturation: 0.39 and the lightness value of c2cc8b is 0.67.

The process color (four color CMYK) of #c2cc8b color hex is 0.05, 0.00, 0.32, 0.20. Web safe color of #c2cc8b is #cccc99. Color #c2cc8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001100 10001011
Octal 302 314 213
Decimal 194 204 139
Hex C2 CC 8B

RGB Percentages of Color #c2cc8b

%36.13
%37.99
%25.88

CMYK Percentages of Color #c2cc8b

%5
%0
%32
%20

Triadic Colors of #c2cc8b

#c2cc8b #8bc2cc #cc8bc2

Analogous Colors of #c2cc8b

#c2cc8b #a2cc8b #ccb68b

Monochromatic Colors of #c2cc8b

#c2cc8b

Complementary Color

#c2cc8b #958bcc

#c2cc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cc8b Color CSS Codes

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

#c2cc8b Text Font Color

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

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


#c2cc8b Background Color

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

This div background color is #c2cc8b


#c2cc8b Border Color

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

This div border color is #c2cc8b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,204,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2cc8b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2cc8b;
  -webkit-box-shadow: 1px 1px 3px 2px #c2cc8b;
  box-shadow:         1px 1px 3px 2px #c2cc8b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,204,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cc8b


Comments

No comments written yet.

Please login to write comment.