Color Hex Logo

#d2caad Color Hex

#D2CAAD
(210,202,173)
0 Favorites   0 Comments

Color spaces of #d2caad

RGB 210202173
HSL0.130.290.75
HSV47°18°82°
CMYK 0.000.040.18   0.18
XYZ55.241758.959848.0040
Yxy58.95980.34060.3635
Hunter Lab76.7853-5.955816.6833
CIE-Lab81.2695-1.999215.4869

#d2caad color RGB value is (210,202,173).

#d2caad hex color red value is 210, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d2caad hue: 0.13 , saturation: 0.29 and the lightness value of d2caad is 0.75.

The process color (four color CMYK) of #d2caad color hex is 0.00, 0.04, 0.18, 0.18. Web safe color of #d2caad is #cccc99. Color #d2caad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001010 10101101
Octal 322 312 255
Decimal 210 202 173
Hex D2 CA AD

RGB Percentages of Color #d2caad

%35.90
%34.53
%29.57

CMYK Percentages of Color #d2caad

%0
%4
%18
%18

Triadic Colors of #d2caad

#d2caad #add2ca #caadd2

Analogous Colors of #d2caad

#d2caad #c8d2ad #d2b8ad

Monochromatic Colors of #d2caad

#d2caad

Complementary Color

#d2caad #adb5d2

#d2caad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2caad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2caad Color CSS Codes

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

#d2caad Text Font Color

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

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


#d2caad Background Color

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

This div background color is #d2caad


#d2caad Border Color

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

This div border color is #d2caad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2caad


Comments

No comments written yet.

Please login to write comment.