Color Hex Logo

#cba417 Color Hex

#CBA417
(203,164,23)
0 Favorites   0 Comments

Color spaces of #cba417

RGB 20316423
HSL0.130.800.44
HSV47°89°80°
CMYK 0.000.190.89   0.20
XYZ38.058739.30936.3922
Yxy39.30930.45440.4693
Hunter Lab62.6971-1.366137.8432
CIE-Lab68.97472.261668.7773

#cba417 color RGB value is (203,164,23).

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

The process color (four color CMYK) of #cba417 color hex is 0.00, 0.19, 0.89, 0.20. Web safe color of #cba417 is #cc9900. Color #cba417 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100100 00010111
Octal 313 244 27
Decimal 203 164 23
Hex CB A4 17

RGB Percentages of Color #cba417

%52.05
%42.05
%5.90

CMYK Percentages of Color #cba417

%0
%19
%89
%20

Triadic Colors of #cba417

#cba417 #17cba4 #a417cb

Analogous Colors of #cba417

#cba417 #98cb17 #cb4a17

Monochromatic Colors of #cba417

#cba417

Complementary Color

#cba417 #173ecb

#cba417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba417 Color CSS Codes

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

#cba417 Text Font Color

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

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


#cba417 Background Color

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

This div background color is #cba417


#cba417 Border Color

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

This div border color is #cba417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba417


Comments

No comments written yet.

Please login to write comment.