Color Hex Logo

#d2adad Color Hex

#D2ADAD
(210,173,173)
0 Favorites   0 Comments

Color spaces of #d2adad

RGB 210173173
HSL0.000.290.75
HSV18°82°
CMYK 0.000.180.18   0.18
XYZ49.064746.605945.9450
Yxy46.60590.34650.3291
Hunter Lab68.26858.81847.8855
CIE-Lab73.937013.43535.0529

#d2adad color RGB value is (210,173,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101101 10101101
Octal 322 255 255
Decimal 210 173 173
Hex D2 AD AD

RGB Percentages of Color #d2adad

%37.77
%31.12
%31.12

CMYK Percentages of Color #d2adad

%0
%18
%18
%18

Triadic Colors of #d2adad

#d2adad #add2ad #adadd2

Analogous Colors of #d2adad

#d2adad #d2c0ad #d2adc0

Monochromatic Colors of #d2adad

#d2adad

Complementary Color

#d2adad #add2d2

#d2adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2adad Color CSS Codes

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

#d2adad Text Font Color

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

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


#d2adad Background Color

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

This div background color is #d2adad


#d2adad Border Color

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

This div border color is #d2adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2adad

#d2adad Color Palettes


Comments

No comments written yet.

Please login to write comment.