Color Hex Logo

#cba523 Color Hex

#CBA523
(203,165,35)
0 Favorites   0 Comments

Color spaces of #cba523

RGB 20316535
HSL0.130.710.47
HSV46°83°80°
CMYK 0.000.190.83   0.20
XYZ38.387139.72817.2352
Yxy39.72810.44980.4655
Hunter Lab63.0302-1.591637.3153
CIE-Lab69.27542.022466.0188

#cba523 color RGB value is (203,165,35).

#cba523 hex color red value is 203, green value is 165 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #cba523 hue: 0.13 , saturation: 0.71 and the lightness value of cba523 is 0.47.

The process color (four color CMYK) of #cba523 color hex is 0.00, 0.19, 0.83, 0.20. Web safe color of #cba523 is #cc9933. Color #cba523 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 00100011
Octal 313 245 43
Decimal 203 165 35
Hex CB A5 23

RGB Percentages of Color #cba523

%50.37
%40.94
%8.68

CMYK Percentages of Color #cba523

%0
%19
%83
%20

Triadic Colors of #cba523

#cba523 #23cba5 #a523cb

Analogous Colors of #cba523

#cba523 #9dcb23 #cb5123

Monochromatic Colors of #cba523

#cba523

Complementary Color

#cba523 #2349cb

#cba523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba523 Color CSS Codes

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

#cba523 Text Font Color

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

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


#cba523 Background Color

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

This div background color is #cba523


#cba523 Border Color

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

This div border color is #cba523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba523


Comments

No comments written yet.

Please login to write comment.