Color Hex Logo

#cac253 Color Hex

#CAC253
(202,194,83)
0 Favorites   0 Comments

Color spaces of #cac253

RGB 20219483
HSL0.160.530.56
HSV56°59°79°
CMYK 0.000.040.59   0.21
XYZ45.210251.764715.7924
Yxy51.76470.40090.4590
Hunter Lab71.9477-13.743337.3493
CIE-Lab77.1399-11.161555.5046

#cac253 color RGB value is (202,194,83).

#cac253 hex color red value is 202, green value is 194 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #cac253 hue: 0.16 , saturation: 0.53 and the lightness value of cac253 is 0.56.

The process color (four color CMYK) of #cac253 color hex is 0.00, 0.04, 0.59, 0.21. Web safe color of #cac253 is #cccc66. Color #cac253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000010 01010011
Octal 312 302 123
Decimal 202 194 83
Hex CA C2 53

RGB Percentages of Color #cac253

%42.17
%40.50
%17.33

CMYK Percentages of Color #cac253

%0
%4
%59
%21

Triadic Colors of #cac253

#cac253 #53cac2 #c253ca

Analogous Colors of #cac253

#cac253 #97ca53 #ca8753

Monochromatic Colors of #cac253

#cac253

Complementary Color

#cac253 #535bca

#cac253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac253 Color CSS Codes

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

#cac253 Text Font Color

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

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


#cac253 Background Color

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

This div background color is #cac253


#cac253 Border Color

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

This div border color is #cac253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac253


Comments

No comments written yet.

Please login to write comment.