Color Hex Logo

#cba721 Color Hex

#CBA721
(203,167,33)
0 Favorites   0 Comments

Color spaces of #cba721

RGB 20316733
HSL0.130.720.46
HSV47°84°80°
CMYK 0.000.180.84   0.20
XYZ38.721840.44377.2044
Yxy40.44370.44830.4683
Hunter Lab63.5954-2.607237.8001
CIE-Lab69.78440.899767.0114

#cba721 color RGB value is (203,167,33).

#cba721 hex color red value is 203, green value is 167 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #cba721 hue: 0.13 , saturation: 0.72 and the lightness value of cba721 is 0.46.

The process color (four color CMYK) of #cba721 color hex is 0.00, 0.18, 0.84, 0.20. Web safe color of #cba721 is #cc9933. Color #cba721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100111 00100001
Octal 313 247 41
Decimal 203 167 33
Hex CB A7 21

RGB Percentages of Color #cba721

%50.37
%41.44
%8.19

CMYK Percentages of Color #cba721

%0
%18
%84
%20

Triadic Colors of #cba721

#cba721 #21cba7 #a721cb

Analogous Colors of #cba721

#cba721 #9acb21 #cb5221

Monochromatic Colors of #cba721

#cba721

Complementary Color

#cba721 #2145cb

#cba721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba721 Color CSS Codes

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

#cba721 Text Font Color

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

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


#cba721 Background Color

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

This div background color is #cba721


#cba721 Border Color

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

This div border color is #cba721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba721


Comments

No comments written yet.

Please login to write comment.