Color Hex Logo

#cba121 Color Hex

#CBA121
(203,161,33)
0 Favorites   0 Comments

Color spaces of #cba121

RGB 20316133
HSL0.130.720.46
HSV45°84°80°
CMYK 0.000.210.84   0.20
XYZ37.648038.29616.8465
Yxy38.29610.45470.4626
Hunter Lab61.88380.296536.7592
CIE-Lab68.23834.105565.7081

#cba121 color RGB value is (203,161,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100001 00100001
Octal 313 241 41
Decimal 203 161 33
Hex CB A1 21

RGB Percentages of Color #cba121

%51.13
%40.55
%8.31

CMYK Percentages of Color #cba121

%0
%21
%84
%20

Triadic Colors of #cba121

#cba121 #21cba1 #a121cb

Analogous Colors of #cba121

#cba121 #a0cb21 #cb4c21

Monochromatic Colors of #cba121

#cba121

Complementary Color

#cba121 #214bcb

#cba121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba121 Color CSS Codes

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

#cba121 Text Font Color

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

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


#cba121 Background Color

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

This div background color is #cba121


#cba121 Border Color

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

This div border color is #cba121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba121


Comments

No comments written yet.

Please login to write comment.