Color Hex Logo

#cab63b Color Hex

#CAB63B
(202,182,59)
0 Favorites   0 Comments

Color spaces of #cab63b

RGB 20218259
HSL0.140.570.51
HSV52°71°79°
CMYK 0.000.100.71   0.21
XYZ41.874546.328210.8729
Yxy46.32820.42270.4676
Hunter Lab68.0648-9.297638.1742
CIE-Lab73.7580-6.429661.9672

#cab63b color RGB value is (202,182,59).

#cab63b hex color red value is 202, green value is 182 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cab63b hue: 0.14 , saturation: 0.57 and the lightness value of cab63b is 0.51.

The process color (four color CMYK) of #cab63b color hex is 0.00, 0.10, 0.71, 0.21. Web safe color of #cab63b is #cccc33. Color #cab63b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110110 00111011
Octal 312 266 73
Decimal 202 182 59
Hex CA B6 3B

RGB Percentages of Color #cab63b

%45.60
%41.08
%13.32

CMYK Percentages of Color #cab63b

%0
%10
%71
%21

Triadic Colors of #cab63b

#cab63b #3bcab6 #b63bca

Analogous Colors of #cab63b

#cab63b #97ca3b #ca6f3b

Monochromatic Colors of #cab63b

#cab63b

Complementary Color

#cab63b #3b4fca

#cab63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab63b Color CSS Codes

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

#cab63b Text Font Color

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

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


#cab63b Background Color

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

This div background color is #cab63b


#cab63b Border Color

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

This div border color is #cab63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab63b


Comments

No comments written yet.

Please login to write comment.