Color Hex Logo

#cab049 Color Hex

#CAB049
(202,176,73)
0 Favorites   0 Comments

Color spaces of #cab049

RGB 20217673
HSL0.130.550.54
HSV48°64°79°
CMYK 0.000.130.64   0.21
XYZ41.085144.088312.6478
Yxy44.08830.42000.4507
Hunter Lab66.3990-5.749535.1857
CIE-Lab72.2875-2.497154.6351

#cab049 color RGB value is (202,176,73).

#cab049 hex color red value is 202, green value is 176 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cab049 hue: 0.13 , saturation: 0.55 and the lightness value of cab049 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110000 01001001
Octal 312 260 111
Decimal 202 176 73
Hex CA B0 49

RGB Percentages of Color #cab049

%44.79
%39.02
%16.19

CMYK Percentages of Color #cab049

%0
%13
%64
%21

Triadic Colors of #cab049

#cab049 #49cab0 #b049ca

Analogous Colors of #cab049

#cab049 #a4ca49 #ca7049

Monochromatic Colors of #cab049

#cab049

Complementary Color

#cab049 #4963ca

#cab049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab049 Color CSS Codes

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

#cab049 Text Font Color

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

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


#cab049 Background Color

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

This div background color is #cab049


#cab049 Border Color

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

This div border color is #cab049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab049


Comments

No comments written yet.

Please login to write comment.