color codes Logo

#c4bf5a color codes

#C4BF5A
(196,191,90)
0 Favorites   0 Comments

Color spaces of #c4bf5a

RGB 19619190
HSL0.160.470.56
HSV57°54°77°
CMYK 0.000.030.54   0.23
XYZ43.241249.735616.9937
Yxy49.73560.39320.4523
Hunter Lab70.5235-13.969535.0796
CIE-Lab75.9067-11.596350.7788

#c4bf5a color RGB value is (196,191,90).

#c4bf5a hex color red value is 196, green value is 191 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #c4bf5a hue: 0.16 , saturation: 0.47 and the lightness value of c4bf5a is 0.56.

The process color (four color CMYK) of #c4bf5a color code is 0.00, 0.03, 0.54, 0.23. Web safe color of #c4bf5a is #cccc66. Color #c4bf5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111111 01011010
Octal 304 277 132
Decimal 196 191 90
Hex C4 BF 5A

RGB Percentages of Color #c4bf5a

%41.09
%40.04
%18.87

CMYK Percentages of Color #c4bf5a

%0
%3
%54
%23

Triadic Colors of #c4bf5a

#c4bf5a #5ac4bf #bf5ac4

Analogous Colors of #c4bf5a

#c4bf5a #94c45a #c48a5a

Monochromatic Colors of #c4bf5a

#c4bf5a

Complementary Color

#c4bf5a #5a5fc4

#c4bf5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bf5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bf5a Color CSS Codes

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

#c4bf5a Text Font Color

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

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


#c4bf5a Background Color

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

This div background color is #c4bf5a


#c4bf5a Border Color

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

This div border color is #c4bf5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bf5a


Comments

No comments written yet.

Please login to write comment.