Color Hex Logo

#cbaa5c Color Hex

#CBAA5C
(203,170,92)
1 Favorites   0 Comments

Color spaces of #cbaa5c

RGB 20317092
HSL0.120.520.58
HSV42°55°80°
CMYK 0.000.160.55   0.20
XYZ40.935142.218716.1167
Yxy42.21870.41240.4253
Hunter Lab64.9759-1.252130.7768
CIE-Lab71.02142.499344.2411

#cbaa5c color RGB value is (203,170,92).

#cbaa5c hex color red value is 203, green value is 170 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cbaa5c hue: 0.12 , saturation: 0.52 and the lightness value of cbaa5c is 0.58.

The process color (four color CMYK) of #cbaa5c color hex is 0.00, 0.16, 0.55, 0.20. Web safe color of #cbaa5c is #cc9966. Color #cbaa5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 01011100
Octal 313 252 134
Decimal 203 170 92
Hex CB AA 5C

RGB Percentages of Color #cbaa5c

%43.66
%36.56
%19.78

CMYK Percentages of Color #cbaa5c

%0
%16
%55
%20

Triadic Colors of #cbaa5c

#cbaa5c #5ccbaa #aa5ccb

Analogous Colors of #cbaa5c

#cbaa5c #b5cb5c #cb735c

Monochromatic Colors of #cbaa5c

#cbaa5c

Complementary Color

#cbaa5c #5c7dcb

#cbaa5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa5c Color CSS Codes

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

#cbaa5c Text Font Color

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

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


#cbaa5c Background Color

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

This div background color is #cbaa5c


#cbaa5c Border Color

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

This div border color is #cbaa5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa5c

#cbaa5c Color Palettes


Comments

No comments written yet.

Please login to write comment.