Color Hex Logo

#cba317 Color Hex

#CBA317
(203,163,23)
0 Favorites   0 Comments

Color spaces of #cba317

RGB 20316323
HSL0.130.800.44
HSV47°89°80°
CMYK 0.000.200.89   0.20
XYZ37.880438.95286.3327
Yxy38.95280.45550.4684
Hunter Lab62.4122-0.882737.6726
CIE-Lab68.71712.795868.5750

#cba317 color RGB value is (203,163,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 00010111
Octal 313 243 27
Decimal 203 163 23
Hex CB A3 17

RGB Percentages of Color #cba317

%52.19
%41.90
%5.91

CMYK Percentages of Color #cba317

%0
%20
%89
%20

Triadic Colors of #cba317

#cba317 #17cba3 #a317cb

Analogous Colors of #cba317

#cba317 #99cb17 #cb4917

Monochromatic Colors of #cba317

#cba317

Complementary Color

#cba317 #173fcb

#cba317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba317 Color CSS Codes

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

#cba317 Text Font Color

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

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


#cba317 Background Color

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

This div background color is #cba317


#cba317 Border Color

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

This div border color is #cba317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba317


Comments

No comments written yet.

Please login to write comment.