Color Hex Logo

#cbaa4d Color Hex

#CBAA4D
(203,170,77)
0 Favorites   0 Comments

Color spaces of #cbaa4d

RGB 20317077
HSL0.120.550.55
HSV44°62°80°
CMYK 0.000.160.62   0.20
XYZ40.342941.981812.9982
Yxy41.98180.42320.4404
Hunter Lab64.7934-2.247333.4612
CIE-Lab70.85841.372551.2782

#cbaa4d color RGB value is (203,170,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 01001101
Octal 313 252 115
Decimal 203 170 77
Hex CB AA 4D

RGB Percentages of Color #cbaa4d

%45.11
%37.78
%17.11

CMYK Percentages of Color #cbaa4d

%0
%16
%62
%20

Triadic Colors of #cbaa4d

#cbaa4d #4dcbaa #aa4dcb

Analogous Colors of #cbaa4d

#cbaa4d #adcb4d #cb6b4d

Monochromatic Colors of #cbaa4d

#cbaa4d

Complementary Color

#cbaa4d #4d6ecb

#cbaa4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa4d Color CSS Codes

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

#cbaa4d Text Font Color

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

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


#cbaa4d Background Color

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

This div background color is #cbaa4d


#cbaa4d Border Color

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

This div border color is #cbaa4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa4d


Comments

No comments written yet.

Please login to write comment.