Color Hex Logo

#d1adad Color Hex

#D1ADAD
(209,173,173)
0 Favorites   0 Comments

Color spaces of #d1adad

RGB 209173173
HSL0.000.280.75
HSV17°82°
CMYK 0.000.170.17   0.18
XYZ48.780946.459645.9317
Yxy46.45960.34550.3291
Hunter Lab68.16138.46467.7593
CIE-Lab73.842813.06654.9049

#d1adad color RGB value is (209,173,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101101 10101101
Octal 321 255 255
Decimal 209 173 173
Hex D1 AD AD

RGB Percentages of Color #d1adad

%37.66
%31.17
%31.17

CMYK Percentages of Color #d1adad

%0
%17
%17
%18

Triadic Colors of #d1adad

#d1adad #add1ad #adadd1

Analogous Colors of #d1adad

#d1adad #d1bfad #d1adbf

Monochromatic Colors of #d1adad

#d1adad

Complementary Color

#d1adad #add1d1

#d1adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1adad Color CSS Codes

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

#d1adad Text Font Color

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

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


#d1adad Background Color

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

This div background color is #d1adad


#d1adad Border Color

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

This div border color is #d1adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1adad


Comments

No comments written yet.

Please login to write comment.