Color Hex Logo

#c4c43a Color Hex

#C4C43A
(196,196,58)
0 Favorites   0 Comments

Color spaces of #c4c43a

RGB 19619658
HSL0.170.540.50
HSV60°70°77°
CMYK 0.000.000.70   0.23
XYZ43.268651.521111.6671
Yxy51.52110.40640.4840
Hunter Lab71.7782-18.010340.6075
CIE-Lab76.9936-16.200065.3395

#c4c43a color RGB value is (196,196,58).

#c4c43a hex color red value is 196, green value is 196 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c4c43a hue: 0.17 , saturation: 0.54 and the lightness value of c4c43a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11000100 00111010
Octal 304 304 72
Decimal 196 196 58
Hex C4 C4 3A

RGB Percentages of Color #c4c43a

%43.56
%43.56
%12.89

CMYK Percentages of Color #c4c43a

%0
%0
%70
%23

Triadic Colors of #c4c43a

#c4c43a #3ac4c4 #c43ac4

Analogous Colors of #c4c43a

#c4c43a #7fc43a #c47f3a

Monochromatic Colors of #c4c43a

#c4c43a

Complementary Color

#c4c43a #3a3ac4

#c4c43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4c43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4c43a Color CSS Codes

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

#c4c43a Text Font Color

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

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


#c4c43a Background Color

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

This div background color is #c4c43a


#c4c43a Border Color

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

This div border color is #c4c43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4c43a


Comments

No comments written yet.

Please login to write comment.