Color Hex Logo

#c4b68d Color Hex

#C4B68D
(196,182,141)
0 Favorites   0 Comments

Color spaces of #c4b68d

RGB 196182141
HSL0.120.320.66
HSV45°28°77°
CMYK 0.000.070.28   0.23
XYZ44.300647.114731.9585
Yxy47.11470.35910.3819
Hunter Lab68.6401-4.915720.4430
CIE-Lab74.2631-1.396622.7116

#c4b68d color RGB value is (196,182,141).

#c4b68d hex color red value is 196, green value is 182 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c4b68d hue: 0.12 , saturation: 0.32 and the lightness value of c4b68d is 0.66.

The process color (four color CMYK) of #c4b68d color hex is 0.00, 0.07, 0.28, 0.23. Web safe color of #c4b68d is #cccc99. Color #c4b68d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10110110 10001101
Octal 304 266 215
Decimal 196 182 141
Hex C4 B6 8D

RGB Percentages of Color #c4b68d

%37.76
%35.07
%27.17

CMYK Percentages of Color #c4b68d

%0
%7
%28
%23

Triadic Colors of #c4b68d

#c4b68d #8dc4b6 #b68dc4

Analogous Colors of #c4b68d

#c4b68d #b7c48d #c49b8d

Monochromatic Colors of #c4b68d

#c4b68d

Complementary Color

#c4b68d #8d9bc4

#c4b68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4b68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4b68d Color CSS Codes

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

#c4b68d Text Font Color

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

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


#c4b68d Background Color

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

This div background color is #c4b68d


#c4b68d Border Color

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

This div border color is #c4b68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4b68d


Comments

No comments written yet.

Please login to write comment.