Color Hex Logo

#cab32b Color Hex

#CAB32B
(202,179,43)
0 Favorites   0 Comments

Color spaces of #cab32b

RGB 20217943
HSL0.140.650.48
HSV51°79°79°
CMYK 0.000.110.79   0.21
XYZ40.913344.97128.8094
Yxy44.97120.43210.4749
Hunter Lab67.0606-8.454139.1538
CIE-Lab72.8729-5.548366.7273

#cab32b color RGB value is (202,179,43).

#cab32b hex color red value is 202, green value is 179 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cab32b hue: 0.14 , saturation: 0.65 and the lightness value of cab32b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110011 00101011
Octal 312 263 53
Decimal 202 179 43
Hex CA B3 2B

RGB Percentages of Color #cab32b

%47.64
%42.22
%10.14

CMYK Percentages of Color #cab32b

%0
%11
%79
%21

Triadic Colors of #cab32b

#cab32b #2bcab3 #b32bca

Analogous Colors of #cab32b

#cab32b #92ca2b #ca642b

Monochromatic Colors of #cab32b

#cab32b

Complementary Color

#cab32b #2b42ca

#cab32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab32b Color CSS Codes

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

#cab32b Text Font Color

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

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


#cab32b Background Color

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

This div background color is #cab32b


#cab32b Border Color

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

This div border color is #cab32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab32b


Comments

No comments written yet.

Please login to write comment.