Color Hex Logo

#cab220 Color Hex

#CAB220
(202,178,32)
0 Favorites   0 Comments

Color spaces of #cab220

RGB 20217832
HSL0.140.730.46
HSV52°84°79°
CMYK 0.000.120.84   0.21
XYZ40.538244.50167.8196
Yxy44.50160.43660.4792
Hunter Lab66.7095-8.270439.7468
CIE-Lab72.5625-5.367569.5613

#cab220 color RGB value is (202,178,32).

#cab220 hex color red value is 202, green value is 178 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #cab220 hue: 0.14 , saturation: 0.73 and the lightness value of cab220 is 0.46.

The process color (four color CMYK) of #cab220 color hex is 0.00, 0.12, 0.84, 0.21. Web safe color of #cab220 is #cc9933. Color #cab220 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110010 00100000
Octal 312 262 40
Decimal 202 178 32
Hex CA B2 20

RGB Percentages of Color #cab220

%49.03
%43.20
%7.77

CMYK Percentages of Color #cab220

%0
%12
%84
%21

Triadic Colors of #cab220

#cab220 #20cab2 #b220ca

Analogous Colors of #cab220

#cab220 #8dca20 #ca5d20

Monochromatic Colors of #cab220

#cab220

Complementary Color

#cab220 #2038ca

#cab220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab220 Color CSS Codes

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

#cab220 Text Font Color

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

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


#cab220 Background Color

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

This div background color is #cab220


#cab220 Border Color

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

This div border color is #cab220


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,178,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab220


Comments

No comments written yet.

Please login to write comment.