Color Hex Logo

#cab316 Color Hex

#CAB316
(202,179,22)
0 Favorites   0 Comments

Color spaces of #cab316

RGB 20217922
HSL0.150.800.44
HSV52°89°79°
CMYK 0.000.110.89   0.21
XYZ40.622044.85477.2759
Yxy44.85470.43800.4836
Hunter Lab66.9737-8.937040.4404
CIE-Lab72.7961-6.115371.9373

#cab316 color RGB value is (202,179,22).

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

The process color (four color CMYK) of #cab316 color hex is 0.00, 0.11, 0.89, 0.21. Web safe color of #cab316 is #cccc00. Color #cab316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110011 00010110
Octal 312 263 26
Decimal 202 179 22
Hex CA B3 16

RGB Percentages of Color #cab316

%50.12
%44.42
%5.46

CMYK Percentages of Color #cab316

%0
%11
%89
%21

Triadic Colors of #cab316

#cab316 #16cab3 #b316ca

Analogous Colors of #cab316

#cab316 #87ca16 #ca5916

Monochromatic Colors of #cab316

#cab316

Complementary Color

#cab316 #162dca

#cab316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab316 Color CSS Codes

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

#cab316 Text Font Color

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

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


#cab316 Background Color

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

This div background color is #cab316


#cab316 Border Color

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

This div border color is #cab316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab316


Comments

No comments written yet.

Please login to write comment.