Color Hex Logo

#cba41f Color Hex

#CBA41F
(203,164,31)
0 Favorites   0 Comments

Color spaces of #cba41f

RGB 20316431
HSL0.130.740.46
HSV46°85°80°
CMYK 0.000.190.85   0.20
XYZ38.151439.34646.8801
Yxy39.34640.45210.4663
Hunter Lab62.7267-1.205237.4055
CIE-Lab69.00142.445466.8940

#cba41f color RGB value is (203,164,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100100 00011111
Octal 313 244 37
Decimal 203 164 31
Hex CB A4 1F

RGB Percentages of Color #cba41f

%51.01
%41.21
%7.79

CMYK Percentages of Color #cba41f

%0
%19
%85
%20

Triadic Colors of #cba41f

#cba41f #1fcba4 #a41fcb

Analogous Colors of #cba41f

#cba41f #9ccb1f #cb4e1f

Monochromatic Colors of #cba41f

#cba41f

Complementary Color

#cba41f #1f46cb

#cba41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba41f Color CSS Codes

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

#cba41f Text Font Color

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

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


#cba41f Background Color

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

This div background color is #cba41f


#cba41f Border Color

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

This div border color is #cba41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba41f


Comments

No comments written yet.

Please login to write comment.