Color Hex Logo

#cba318 Color Hex

#CBA318
(203,163,24)
0 Favorites   0 Comments

Color spaces of #cba318

RGB 20316324
HSL0.130.790.45
HSV47°88°80°
CMYK 0.000.200.88   0.20
XYZ37.890738.95686.3865
Yxy38.95680.45520.4680
Hunter Lab62.4154-0.864437.6241
CIE-Lab68.72002.816768.3612

#cba318 color RGB value is (203,163,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 00011000
Octal 313 243 30
Decimal 203 163 24
Hex CB A3 18

RGB Percentages of Color #cba318

%52.05
%41.79
%6.15

CMYK Percentages of Color #cba318

%0
%20
%88
%20

Triadic Colors of #cba318

#cba318 #18cba3 #a318cb

Analogous Colors of #cba318

#cba318 #9acb18 #cb4918

Monochromatic Colors of #cba318

#cba318

Complementary Color

#cba318 #1840cb

#cba318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba318 Color CSS Codes

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

#cba318 Text Font Color

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

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


#cba318 Background Color

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

This div background color is #cba318


#cba318 Border Color

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

This div border color is #cba318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba318


Comments

No comments written yet.

Please login to write comment.