Color Hex Logo

#cac5ad Color Hex

#CAC5AD
(202,197,173)
0 Favorites   0 Comments

Color spaces of #cac5ad

RGB 202197173
HSL0.140.210.74
HSV50°14°79°
CMYK 0.000.020.14   0.21
XYZ51.866255.506247.5153
Yxy55.50620.33490.3584
Hunter Lab74.5025-6.113514.3385
CIE-Lab79.3320-2.325812.6647

#cac5ad color RGB value is (202,197,173).

#cac5ad hex color red value is 202, green value is 197 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cac5ad hue: 0.14 , saturation: 0.21 and the lightness value of cac5ad is 0.74.

The process color (four color CMYK) of #cac5ad color hex is 0.00, 0.02, 0.14, 0.21. Web safe color of #cac5ad is #cccc99. Color #cac5ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000101 10101101
Octal 312 305 255
Decimal 202 197 173
Hex CA C5 AD

RGB Percentages of Color #cac5ad

%35.31
%34.44
%30.24

CMYK Percentages of Color #cac5ad

%0
%2
%14
%21

Triadic Colors of #cac5ad

#cac5ad #adcac5 #c5adca

Analogous Colors of #cac5ad

#cac5ad #c1caad #cab7ad

Monochromatic Colors of #cac5ad

#cac5ad

Complementary Color

#cac5ad #adb2ca

#cac5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac5ad Color CSS Codes

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

#cac5ad Text Font Color

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

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


#cac5ad Background Color

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

This div background color is #cac5ad


#cac5ad Border Color

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

This div border color is #cac5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac5ad


Comments

No comments written yet.

Please login to write comment.