Color Hex Logo

#cba716 Color Hex

#CBA716
(203,167,22)
0 Favorites   0 Comments

Color spaces of #cba716

RGB 20316722
HSL0.130.800.44
HSV48°89°80°
CMYK 0.000.180.89   0.20
XYZ38.592140.39196.5214
Yxy40.39190.45130.4724
Hunter Lab63.5546-2.830538.4044
CIE-Lab69.74780.643369.5899

#cba716 color RGB value is (203,167,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100111 00010110
Octal 313 247 26
Decimal 203 167 22
Hex CB A7 16

RGB Percentages of Color #cba716

%51.79
%42.60
%5.61

CMYK Percentages of Color #cba716

%0
%18
%89
%20

Triadic Colors of #cba716

#cba716 #16cba7 #a716cb

Analogous Colors of #cba716

#cba716 #95cb16 #cb4d16

Monochromatic Colors of #cba716

#cba716

Complementary Color

#cba716 #163acb

#cba716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba716 Color CSS Codes

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

#cba716 Text Font Color

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

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


#cba716 Background Color

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

This div background color is #cba716


#cba716 Border Color

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

This div border color is #cba716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba716


Comments

No comments written yet.

Please login to write comment.