Color Hex Logo

#cab41a Color Hex

#CAB41A
(202,180,26)
0 Favorites   0 Comments

Color spaces of #cab41a

RGB 20218026
HSL0.150.770.45
HSV53°87°79°
CMYK 0.000.110.87   0.21
XYZ40.864845.27377.5622
Yxy45.27370.43610.4832
Hunter Lab67.2857-9.341240.4364
CIE-Lab73.0718-6.554571.3617

#cab41a color RGB value is (202,180,26).

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

The process color (four color CMYK) of #cab41a color hex is 0.00, 0.11, 0.87, 0.21. Web safe color of #cab41a is #cccc33. Color #cab41a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110100 00011010
Octal 312 264 32
Decimal 202 180 26
Hex CA B4 1A

RGB Percentages of Color #cab41a

%49.51
%44.12
%6.37

CMYK Percentages of Color #cab41a

%0
%11
%87
%21

Triadic Colors of #cab41a

#cab41a #1acab4 #b41aca

Analogous Colors of #cab41a

#cab41a #88ca1a #ca5c1a

Monochromatic Colors of #cab41a

#cab41a

Complementary Color

#cab41a #1a30ca

#cab41a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab41a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab41a Color CSS Codes

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

#cab41a Text Font Color

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

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


#cab41a Background Color

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

This div background color is #cab41a


#cab41a Border Color

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

This div border color is #cab41a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab41a


Comments

No comments written yet.

Please login to write comment.