Color Hex Logo

#cab03c Color Hex

#CAB03C
(202,176,60)
0 Favorites   0 Comments

Color spaces of #cab03c

RGB 20217660
HSL0.140.570.51
HSV49°70°79°
CMYK 0.000.130.70   0.21
XYZ40.698143.933510.6100
Yxy43.93350.42730.4613
Hunter Lab66.2824-6.393136.9069
CIE-Lab72.1840-3.241960.0074

#cab03c color RGB value is (202,176,60).

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

The process color (four color CMYK) of #cab03c color hex is 0.00, 0.13, 0.70, 0.21. Web safe color of #cab03c is #cc9933. Color #cab03c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110000 00111100
Octal 312 260 74
Decimal 202 176 60
Hex CA B0 3C

RGB Percentages of Color #cab03c

%46.12
%40.18
%13.70

CMYK Percentages of Color #cab03c

%0
%13
%70
%21

Triadic Colors of #cab03c

#cab03c #3ccab0 #b03cca

Analogous Colors of #cab03c

#cab03c #9dca3c #ca693c

Monochromatic Colors of #cab03c

#cab03c

Complementary Color

#cab03c #3c56ca

#cab03c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab03c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab03c Color CSS Codes

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

#cab03c Text Font Color

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

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


#cab03c Background Color

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

This div background color is #cab03c


#cab03c Border Color

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

This div border color is #cab03c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab03c


Comments

No comments written yet.

Please login to write comment.