Color Hex Logo

#c2c42e Color Hex

#C2C42E
(194,196,46)
0 Favorites   0 Comments

Color spaces of #c2c42e

RGB 19419646
HSL0.170.620.47
HSV61°77°77°
CMYK 0.010.000.77   0.23
XYZ42.481251.146410.2180
Yxy51.14640.40910.4925
Hunter Lab71.5167-19.124641.5906
CIE-Lab76.7676-17.573469.0578

#c2c42e color RGB value is (194,196,46).

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

The process color (four color CMYK) of #c2c42e color hex is 0.01, 0.00, 0.77, 0.23. Web safe color of #c2c42e is #cccc33. Color #c2c42e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11000100 00101110
Octal 302 304 56
Decimal 194 196 46
Hex C2 C4 2E

RGB Percentages of Color #c2c42e

%44.50
%44.95
%10.55

CMYK Percentages of Color #c2c42e

%1
%0
%77
%23

Triadic Colors of #c2c42e

#c2c42e #2ec2c4 #c42ec2

Analogous Colors of #c2c42e

#c2c42e #77c42e #c47b2e

Monochromatic Colors of #c2c42e

#c2c42e

Complementary Color

#c2c42e #302ec4

#c2c42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2c42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2c42e Color CSS Codes

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

#c2c42e Text Font Color

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

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


#c2c42e Background Color

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

This div background color is #c2c42e


#c2c42e Border Color

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

This div border color is #c2c42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2c42e


Comments

No comments written yet.

Please login to write comment.