Color Hex Logo

#cba76f Color Hex

#CBA76F
(203,167,111)
0 Favorites   0 Comments

Color spaces of #cba76f

RGB 203167111
HSL0.100.470.62
HSV37°45°80°
CMYK 0.000.180.45   0.20
XYZ41.316641.481620.8681
Yxy41.48160.39860.4001
Hunter Lab64.40621.796925.8739
CIE-Lab70.51205.864533.8476

#cba76f color RGB value is (203,167,111).

#cba76f hex color red value is 203, green value is 167 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cba76f hue: 0.10 , saturation: 0.47 and the lightness value of cba76f is 0.62.

The process color (four color CMYK) of #cba76f color hex is 0.00, 0.18, 0.45, 0.20. Web safe color of #cba76f is #cc9966. Color #cba76f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100111 01101111
Octal 313 247 157
Decimal 203 167 111
Hex CB A7 6F

RGB Percentages of Color #cba76f

%42.20
%34.72
%23.08

CMYK Percentages of Color #cba76f

%0
%18
%45
%20

Triadic Colors of #cba76f

#cba76f #6fcba7 #a76fcb

Analogous Colors of #cba76f

#cba76f #c1cb6f #cb796f

Monochromatic Colors of #cba76f

#cba76f

Complementary Color

#cba76f #6f93cb

#cba76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba76f Color CSS Codes

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

#cba76f Text Font Color

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

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


#cba76f Background Color

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

This div background color is #cba76f


#cba76f Border Color

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

This div border color is #cba76f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,167,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 #cba76f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba76f


Comments

No comments written yet.

Please login to write comment.