Color Hex Logo

#c2c478 Color Hex

#C2C478
(194,196,120)
0 Favorites   0 Comments

Color spaces of #c2c478

RGB 194196120
HSL0.170.390.62
HSV62°39°77°
CMYK 0.010.000.39   0.23
XYZ45.378252.305325.4735
Yxy52.30530.36850.4247
Hunter Lab72.3224-14.565629.7425
CIE-Lab77.4630-12.071437.9066

#c2c478 color RGB value is (194,196,120).

#c2c478 hex color red value is 194, green value is 196 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #c2c478 hue: 0.17 , saturation: 0.39 and the lightness value of c2c478 is 0.62.

The process color (four color CMYK) of #c2c478 color hex is 0.01, 0.00, 0.39, 0.23. Web safe color of #c2c478 is #cccc66. Color #c2c478 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11000100 01111000
Octal 302 304 170
Decimal 194 196 120
Hex C2 C4 78

RGB Percentages of Color #c2c478

%38.04
%38.43
%23.53

CMYK Percentages of Color #c2c478

%1
%0
%39
%23

Triadic Colors of #c2c478

#c2c478 #78c2c4 #c478c2

Analogous Colors of #c2c478

#c2c478 #9cc478 #c4a078

Monochromatic Colors of #c2c478

#c2c478

Complementary Color

#c2c478 #7a78c4

#c2c478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2c478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2c478 Color CSS Codes

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

#c2c478 Text Font Color

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

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


#c2c478 Background Color

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

This div background color is #c2c478


#c2c478 Border Color

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

This div border color is #c2c478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2c478


Comments

No comments written yet.

Please login to write comment.