Color Hex Logo

#cbaa5f Color Hex

#CBAA5F
(203,170,95)
0 Favorites   0 Comments

Color spaces of #cbaa5f

RGB 20317095
HSL0.120.510.58
HSV42°53°80°
CMYK 0.000.160.53   0.20
XYZ41.068942.272216.8213
Yxy42.27220.41000.4220
Hunter Lab65.0171-1.028030.1724
CIE-Lab71.05822.751942.7846

#cbaa5f color RGB value is (203,170,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 01011111
Octal 313 252 137
Decimal 203 170 95
Hex CB AA 5F

RGB Percentages of Color #cbaa5f

%43.38
%36.32
%20.30

CMYK Percentages of Color #cbaa5f

%0
%16
%53
%20

Triadic Colors of #cbaa5f

#cbaa5f #5fcbaa #aa5fcb

Analogous Colors of #cbaa5f

#cbaa5f #b6cb5f #cb745f

Monochromatic Colors of #cbaa5f

#cbaa5f

Complementary Color

#cbaa5f #5f80cb

#cbaa5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa5f Color CSS Codes

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

#cbaa5f Text Font Color

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

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


#cbaa5f Background Color

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

This div background color is #cbaa5f


#cbaa5f Border Color

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

This div border color is #cbaa5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa5f


Comments

No comments written yet.

Please login to write comment.