color codes Logo

#c4b511 color codes

#C4B511
(196,181,17)
0 Favorites   0 Comments

Color spaces of #c4b511

RGB 19618117
HSL0.150.840.42
HSV55°91°77°
CMYK 0.000.080.91   0.23
XYZ39.390044.82407.1061
Yxy44.82400.43130.4908
Hunter Lab66.9507-12.144540.5725
CIE-Lab72.7759-9.874672.5387

#c4b511 color RGB value is (196,181,17).

#c4b511 hex color red value is 196, green value is 181 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #c4b511 hue: 0.15 , saturation: 0.84 and the lightness value of c4b511 is 0.42.

The process color (four color CMYK) of #c4b511 color code is 0.00, 0.08, 0.91, 0.23. Web safe color of #c4b511 is #cccc00. Color #c4b511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10110101 00010001
Octal 304 265 21
Decimal 196 181 17
Hex C4 B5 11

RGB Percentages of Color #c4b511

%49.75
%45.94
%4.31

CMYK Percentages of Color #c4b511

%0
%8
%91
%23

Triadic Colors of #c4b511

#c4b511 #11c4b5 #b511c4

Analogous Colors of #c4b511

#c4b511 #7ac411 #c45c11

Monochromatic Colors of #c4b511

#c4b511

Complementary Color

#c4b511 #1120c4

#c4b511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4b511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4b511 Color CSS Codes

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

#c4b511 Text Font Color

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

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


#c4b511 Background Color

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

This div background color is #c4b511


#c4b511 Border Color

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

This div border color is #c4b511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4b511


Comments

No comments written yet.

Please login to write comment.