Color Hex Logo

#c4c26f Color Hex

#C4C26F
(196,194,111)
0 Favorites   0 Comments

Color spaces of #c4c26f

RGB 196194111
HSL0.160.420.60
HSV59°43°77°
CMYK 0.000.010.43   0.23
XYZ44.926051.467022.6052
Yxy51.46700.37750.4325
Hunter Lab71.7405-13.764031.5363
CIE-Lab76.9610-11.210041.8519

#c4c26f color RGB value is (196,194,111).

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

The process color (four color CMYK) of #c4c26f color hex is 0.00, 0.01, 0.43, 0.23. Web safe color of #c4c26f is #cccc66. Color #c4c26f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11000010 01101111
Octal 304 302 157
Decimal 196 194 111
Hex C4 C2 6F

RGB Percentages of Color #c4c26f

%39.12
%38.72
%22.16

CMYK Percentages of Color #c4c26f

%0
%1
%43
%23

Triadic Colors of #c4c26f

#c4c26f #6fc4c2 #c26fc4

Analogous Colors of #c4c26f

#c4c26f #9cc46f #c4986f

Monochromatic Colors of #c4c26f

#c4c26f

Complementary Color

#c4c26f #6f71c4

#c4c26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4c26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4c26f Color CSS Codes

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

#c4c26f Text Font Color

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

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


#c4c26f Background Color

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

This div background color is #c4c26f


#c4c26f Border Color

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

This div border color is #c4c26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4c26f


Comments

No comments written yet.

Please login to write comment.