Color Hex Logo

#cba816 Color Hex

#CBA816
(203,168,22)
0 Favorites   0 Comments

Color spaces of #cba816

RGB 20316822
HSL0.130.800.44
HSV48°89°80°
CMYK 0.000.170.89   0.20
XYZ38.776140.75976.5827
Yxy40.75970.45030.4733
Hunter Lab63.8433-3.311438.5771
CIE-Lab70.00720.112369.7929

#cba816 color RGB value is (203,168,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101000 00010110
Octal 313 250 26
Decimal 203 168 22
Hex CB A8 16

RGB Percentages of Color #cba816

%51.65
%42.75
%5.60

CMYK Percentages of Color #cba816

%0
%17
%89
%20

Triadic Colors of #cba816

#cba816 #16cba8 #a816cb

Analogous Colors of #cba816

#cba816 #94cb16 #cb4e16

Monochromatic Colors of #cba816

#cba816

Complementary Color

#cba816 #1639cb

#cba816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba816 Color CSS Codes

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

#cba816 Text Font Color

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

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


#cba816 Background Color

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

This div background color is #cba816


#cba816 Border Color

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

This div border color is #cba816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba816


Comments

No comments written yet.

Please login to write comment.