Color Hex Logo

#c4c21e Color Hex

#C4C21E
(196,194,30)
0 Favorites   0 Comments

Color spaces of #c4c21e

RGB 19619430
HSL0.160.730.44
HSV59°85°77°
CMYK 0.000.010.85   0.23
XYZ42.291150.41318.7300
Yxy50.41310.41690.4970
Hunter Lab71.0022-17.933742.4116
CIE-Lab76.3221-16.224372.9349

#c4c21e color RGB value is (196,194,30).

#c4c21e hex color red value is 196, green value is 194 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c4c21e hue: 0.16 , saturation: 0.73 and the lightness value of c4c21e is 0.44.

The process color (four color CMYK) of #c4c21e color hex is 0.00, 0.01, 0.85, 0.23. Web safe color of #c4c21e is #cccc33. Color #c4c21e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11000010 00011110
Octal 304 302 36
Decimal 196 194 30
Hex C4 C2 1E

RGB Percentages of Color #c4c21e

%46.67
%46.19
%7.14

CMYK Percentages of Color #c4c21e

%0
%1
%85
%23

Triadic Colors of #c4c21e

#c4c21e #1ec4c2 #c21ec4

Analogous Colors of #c4c21e

#c4c21e #73c41e #c46f1e

Monochromatic Colors of #c4c21e

#c4c21e

Complementary Color

#c4c21e #1e20c4

#c4c21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4c21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4c21e Color CSS Codes

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

#c4c21e Text Font Color

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

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


#c4c21e Background Color

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

This div background color is #c4c21e


#c4c21e Border Color

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

This div border color is #c4c21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4c21e


Comments

No comments written yet.

Please login to write comment.