Color Hex Logo

#cba41e Color Hex

#CBA41E
(203,164,30)
0 Favorites   0 Comments

Color spaces of #cba41e

RGB 20316430
HSL0.130.740.46
HSV46°85°80°
CMYK 0.000.190.85   0.20
XYZ38.138439.34126.8118
Yxy39.34120.45250.4667
Hunter Lab62.7226-1.227737.4668
CIE-Lab68.99772.419667.1520

#cba41e color RGB value is (203,164,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100100 00011110
Octal 313 244 36
Decimal 203 164 30
Hex CB A4 1E

RGB Percentages of Color #cba41e

%51.13
%41.31
%7.56

CMYK Percentages of Color #cba41e

%0
%19
%85
%20

Triadic Colors of #cba41e

#cba41e #1ecba4 #a41ecb

Analogous Colors of #cba41e

#cba41e #9ccb1e #cb4e1e

Monochromatic Colors of #cba41e

#cba41e

Complementary Color

#cba41e #1e45cb

#cba41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba41e Color CSS Codes

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

#cba41e Text Font Color

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

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


#cba41e Background Color

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

This div background color is #cba41e


#cba41e Border Color

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

This div border color is #cba41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba41e


Comments

No comments written yet.

Please login to write comment.