Color Hex Logo

#cbaa3a Color Hex

#CBAA3A
(203,170,58)
0 Favorites   0 Comments

Color spaces of #cbaa3a

RGB 20317058
HSL0.130.580.51
HSV46°71°80°
CMYK 0.000.160.71   0.20
XYZ39.767041.75149.9659
Yxy41.75140.43470.4564
Hunter Lab64.6153-3.220436.0862
CIE-Lab70.69920.262159.3487

#cbaa3a color RGB value is (203,170,58).

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

The process color (four color CMYK) of #cbaa3a color hex is 0.00, 0.16, 0.71, 0.20. Web safe color of #cbaa3a is #cc9933. Color #cbaa3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 00111010
Octal 313 252 72
Decimal 203 170 58
Hex CB AA 3A

RGB Percentages of Color #cbaa3a

%47.10
%39.44
%13.46

CMYK Percentages of Color #cbaa3a

%0
%16
%71
%20

Triadic Colors of #cbaa3a

#cbaa3a #3acbaa #aa3acb

Analogous Colors of #cbaa3a

#cbaa3a #a4cb3a #cb623a

Monochromatic Colors of #cbaa3a

#cbaa3a

Complementary Color

#cbaa3a #3a5bcb

#cbaa3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa3a Color CSS Codes

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

#cbaa3a Text Font Color

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

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


#cbaa3a Background Color

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

This div background color is #cbaa3a


#cbaa3a Border Color

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

This div border color is #cbaa3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa3a


Comments

No comments written yet.

Please login to write comment.