Color Hex Logo

#c4c226 Color Hex

#C4C226
(196,194,38)
0 Favorites   0 Comments

Color spaces of #c4c226

RGB 19619438
HSL0.160.680.46
HSV59°81°77°
CMYK 0.000.010.81   0.23
XYZ42.406650.45939.3383
Yxy50.45930.41490.4937
Hunter Lab71.0347-17.749141.9300
CIE-Lab76.3503-15.998771.0252

#c4c226 color RGB value is (196,194,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11000010 00100110
Octal 304 302 46
Decimal 196 194 38
Hex C4 C2 26

RGB Percentages of Color #c4c226

%45.79
%45.33
%8.88

CMYK Percentages of Color #c4c226

%0
%1
%81
%23

Triadic Colors of #c4c226

#c4c226 #26c4c2 #c226c4

Analogous Colors of #c4c226

#c4c226 #77c426 #c47326

Monochromatic Colors of #c4c226

#c4c226

Complementary Color

#c4c226 #2628c4

#c4c226 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4c226 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4c226 Color CSS Codes

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

#c4c226 Text Font Color

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

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


#c4c226 Background Color

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

This div background color is #c4c226


#c4c226 Border Color

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

This div border color is #c4c226


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4c226


Comments

No comments written yet.

Please login to write comment.