Color Hex Logo

#cab21a Color Hex

#CAB21A
(202,178,26)
0 Favorites   0 Comments

Color spaces of #cab21a

RGB 20217826
HSL0.140.770.45
HSV52°87°79°
CMYK 0.000.120.87   0.21
XYZ40.464044.47197.4285
Yxy44.47190.43810.4815
Hunter Lab66.6873-8.393840.0766
CIE-Lab72.5428-5.512370.9371

#cab21a color RGB value is (202,178,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110010 00011010
Octal 312 262 32
Decimal 202 178 26
Hex CA B2 1A

RGB Percentages of Color #cab21a

%49.75
%43.84
%6.40

CMYK Percentages of Color #cab21a

%0
%12
%87
%21

Triadic Colors of #cab21a

#cab21a #1acab2 #b21aca

Analogous Colors of #cab21a

#cab21a #8aca1a #ca5a1a

Monochromatic Colors of #cab21a

#cab21a

Complementary Color

#cab21a #1a32ca

#cab21a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab21a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab21a Color CSS Codes

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

#cab21a Text Font Color

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

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


#cab21a Background Color

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

This div background color is #cab21a


#cab21a Border Color

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

This div border color is #cab21a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab21a


Comments

No comments written yet.

Please login to write comment.