Color Hex Logo

#cba221 Color Hex

#CBA221
(203,162,33)
0 Favorites   0 Comments

Color spaces of #cba221

RGB 20316233
HSL0.130.720.46
HSV46°84°80°
CMYK 0.000.200.84   0.20
XYZ37.823438.64706.9049
Yxy38.64700.45370.4635
Hunter Lab62.1667-0.189036.9313
CIE-Lab68.49483.569365.9248

#cba221 color RGB value is (203,162,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100010 00100001
Octal 313 242 41
Decimal 203 162 33
Hex CB A2 21

RGB Percentages of Color #cba221

%51.01
%40.70
%8.29

CMYK Percentages of Color #cba221

%0
%20
%84
%20

Triadic Colors of #cba221

#cba221 #21cba2 #a221cb

Analogous Colors of #cba221

#cba221 #9fcb21 #cb4d21

Monochromatic Colors of #cba221

#cba221

Complementary Color

#cba221 #214acb

#cba221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba221 Color CSS Codes

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

#cba221 Text Font Color

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

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


#cba221 Background Color

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

This div background color is #cba221


#cba221 Border Color

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

This div border color is #cba221


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,162,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 #cba221">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba221


Comments

No comments written yet.

Please login to write comment.