Color Hex Logo

#cab616 Color Hex

#CAB616
(202,182,22)
0 Favorites   0 Comments

Color spaces of #cab616

RGB 20218222
HSL0.150.800.44
HSV53°89°79°
CMYK 0.000.100.89   0.21
XYZ41.229946.07047.4785
Yxy46.07040.43500.4861
Hunter Lab67.8752-10.354040.9800
CIE-Lab73.5912-7.672972.5617

#cab616 color RGB value is (202,182,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110110 00010110
Octal 312 266 26
Decimal 202 182 22
Hex CA B6 16

RGB Percentages of Color #cab616

%49.75
%44.83
%5.42

CMYK Percentages of Color #cab616

%0
%10
%89
%21

Triadic Colors of #cab616

#cab616 #16cab6 #b616ca

Analogous Colors of #cab616

#cab616 #84ca16 #ca5c16

Monochromatic Colors of #cab616

#cab616

Complementary Color

#cab616 #162aca

#cab616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab616 Color CSS Codes

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

#cab616 Text Font Color

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

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


#cab616 Background Color

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

This div background color is #cab616


#cab616 Border Color

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

This div border color is #cab616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab616


Comments

No comments written yet.

Please login to write comment.