Color Hex Logo

#cbad5a Color Hex

#CBAD5A
(203,173,90)
0 Favorites   0 Comments

Color spaces of #cbad5a

RGB 20317390
HSL0.120.520.57
HSV44°56°80°
CMYK 0.000.150.56   0.20
XYZ41.417643.321815.8519
Yxy43.32180.41170.4307
Hunter Lab65.8193-2.860531.7941
CIE-Lab71.77280.738346.1192

#cbad5a color RGB value is (203,173,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 01011010
Octal 313 255 132
Decimal 203 173 90
Hex CB AD 5A

RGB Percentages of Color #cbad5a

%43.56
%37.12
%19.31

CMYK Percentages of Color #cbad5a

%0
%15
%56
%20

Triadic Colors of #cbad5a

#cbad5a #5acbad #ad5acb

Analogous Colors of #cbad5a

#cbad5a #b1cb5a #cb755a

Monochromatic Colors of #cbad5a

#cbad5a

Complementary Color

#cbad5a #5a78cb

#cbad5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbad5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbad5a Color CSS Codes

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

#cbad5a Text Font Color

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

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


#cbad5a Background Color

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

This div background color is #cbad5a


#cbad5a Border Color

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

This div border color is #cbad5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbad5a


Comments

No comments written yet.

Please login to write comment.