Color Hex Logo

#cbac6e Color Hex

#CBAC6E
(203,172,110)
0 Favorites   0 Comments

Color spaces of #cbac6e

RGB 203172110
HSL0.110.470.61
HSV40°46°80°
CMYK 0.000.150.46   0.20
XYZ42.195643.327320.8909
Yxy43.32730.39650.4072
Hunter Lab65.8235-0.765127.2591
CIE-Lab71.77663.081135.9859

#cbac6e color RGB value is (203,172,110).

#cbac6e hex color red value is 203, green value is 172 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cbac6e hue: 0.11 , saturation: 0.47 and the lightness value of cbac6e is 0.61.

The process color (four color CMYK) of #cbac6e color hex is 0.00, 0.15, 0.46, 0.20. Web safe color of #cbac6e is #cc9966. Color #cbac6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101100 01101110
Octal 313 254 156
Decimal 203 172 110
Hex CB AC 6E

RGB Percentages of Color #cbac6e

%41.86
%35.46
%22.68

CMYK Percentages of Color #cbac6e

%0
%15
%46
%20

Triadic Colors of #cbac6e

#cbac6e #6ecbac #ac6ecb

Analogous Colors of #cbac6e

#cbac6e #bccb6e #cb7e6e

Monochromatic Colors of #cbac6e

#cbac6e

Complementary Color

#cbac6e #6e8dcb

#cbac6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbac6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbac6e Color CSS Codes

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

#cbac6e Text Font Color

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

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


#cbac6e Background Color

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

This div background color is #cbac6e


#cbac6e Border Color

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

This div border color is #cbac6e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,172,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbac6e

#cbac6e Color Palettes


Comments

No comments written yet.

Please login to write comment.