Color Hex Logo

#d5caad Color Hex

#D5CAAD
(213,202,173)
0 Favorites   0 Comments

Color spaces of #d5caad

RGB 213202173
HSL0.120.320.76
HSV44°19°84°
CMYK 0.000.050.19   0.16
XYZ56.103959.404348.0444
Yxy59.40430.34300.3632
Hunter Lab77.0742-4.946016.9933
CIE-Lab81.5133-0.890515.8646

#d5caad color RGB value is (213,202,173).

#d5caad hex color red value is 213, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d5caad hue: 0.12 , saturation: 0.32 and the lightness value of d5caad is 0.76.

The process color (four color CMYK) of #d5caad color hex is 0.00, 0.05, 0.19, 0.16. Web safe color of #d5caad is #cccc99. Color #d5caad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001010 10101101
Octal 325 312 255
Decimal 213 202 173
Hex D5 CA AD

RGB Percentages of Color #d5caad

%36.22
%34.35
%29.42

CMYK Percentages of Color #d5caad

%0
%5
%19
%16

Triadic Colors of #d5caad

#d5caad #add5ca #caadd5

Analogous Colors of #d5caad

#d5caad #ccd5ad #d5b6ad

Monochromatic Colors of #d5caad

#d5caad

Complementary Color

#d5caad #adb8d5

#d5caad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5caad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5caad Color CSS Codes

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

#d5caad Text Font Color

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

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


#d5caad Background Color

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

This div background color is #d5caad


#d5caad Border Color

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

This div border color is #d5caad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,202,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 #d5caad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5caad


Comments

No comments written yet.

Please login to write comment.