Color Hex Logo

#c0c15e Color Hex

#C0C15E
(192,193,94)
0 Favorites   0 Comments

Color spaces of #c0c15e

RGB 19219394
HSL0.170.440.56
HSV61°51°76°
CMYK 0.010.000.51   0.24
XYZ42.828650.154518.0132
Yxy50.15450.38590.4519
Hunter Lab70.8198-15.986134.4933
CIE-Lab76.1640-13.932449.1107

#c0c15e color RGB value is (192,193,94).

#c0c15e hex color red value is 192, green value is 193 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c0c15e hue: 0.17 , saturation: 0.44 and the lightness value of c0c15e is 0.56.

The process color (four color CMYK) of #c0c15e color hex is 0.01, 0.00, 0.51, 0.24. Web safe color of #c0c15e is #cccc66. Color #c0c15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11000001 01011110
Octal 300 301 136
Decimal 192 193 94
Hex C0 C1 5E

RGB Percentages of Color #c0c15e

%40.08
%40.29
%19.62

CMYK Percentages of Color #c0c15e

%1
%0
%51
%24

Triadic Colors of #c0c15e

#c0c15e #5ec0c1 #c15ec0

Analogous Colors of #c0c15e

#c0c15e #8fc15e #c1915e

Monochromatic Colors of #c0c15e

#c0c15e

Complementary Color

#c0c15e #5f5ec1

#c0c15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0c15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0c15e Color CSS Codes

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

#c0c15e Text Font Color

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

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


#c0c15e Background Color

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

This div background color is #c0c15e


#c0c15e Border Color

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

This div border color is #c0c15e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,193,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0c15e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0c15e;
  -webkit-box-shadow: 1px 1px 3px 2px #c0c15e;
  box-shadow:         1px 1px 3px 2px #c0c15e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,193,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0c15e


Comments

No comments written yet.

Please login to write comment.