Color Hex Logo

#c4bb61 Color Hex

#C4BB61
(196,187,97)
0 Favorites   0 Comments

Color spaces of #c4bb61

RGB 19618797
HSL0.150.460.57
HSV55°51°77°
CMYK 0.000.050.51   0.23
XYZ42.692948.139518.3510
Yxy48.13950.39100.4409
Hunter Lab69.3826-11.584032.8862
CIE-Lab74.9128-8.944746.2715

#c4bb61 color RGB value is (196,187,97).

#c4bb61 hex color red value is 196, green value is 187 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c4bb61 hue: 0.15 , saturation: 0.46 and the lightness value of c4bb61 is 0.57.

The process color (four color CMYK) of #c4bb61 color hex is 0.00, 0.05, 0.51, 0.23. Web safe color of #c4bb61 is #cccc66. Color #c4bb61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111011 01100001
Octal 304 273 141
Decimal 196 187 97
Hex C4 BB 61

RGB Percentages of Color #c4bb61

%40.83
%38.96
%20.21

CMYK Percentages of Color #c4bb61

%0
%5
%51
%23

Triadic Colors of #c4bb61

#c4bb61 #61c4bb #bb61c4

Analogous Colors of #c4bb61

#c4bb61 #9cc461 #c48a61

Monochromatic Colors of #c4bb61

#c4bb61

Complementary Color

#c4bb61 #616ac4

#c4bb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bb61 Color CSS Codes

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

#c4bb61 Text Font Color

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

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


#c4bb61 Background Color

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

This div background color is #c4bb61


#c4bb61 Border Color

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

This div border color is #c4bb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bb61


Comments

No comments written yet.

Please login to write comment.