Color Hex Logo

#d7adad Color Hex

#D7ADAD
(215,173,173)
0 Favorites   0 Comments

Color spaces of #d7adad

RGB 215173173
HSL0.000.340.76
HSV20°84°
CMYK 0.000.200.20   0.16
XYZ50.510747.351346.0127
Yxy47.35130.35110.3291
Hunter Lab68.812310.60408.5232
CIE-Lab74.413915.28175.8016

#d7adad color RGB value is (215,173,173).

#d7adad hex color red value is 215, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d7adad hue: 0.00 , saturation: 0.34 and the lightness value of d7adad is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101101 10101101
Octal 327 255 255
Decimal 215 173 173
Hex D7 AD AD

RGB Percentages of Color #d7adad

%38.32
%30.84
%30.84

CMYK Percentages of Color #d7adad

%0
%20
%20
%16

Triadic Colors of #d7adad

#d7adad #add7ad #adadd7

Analogous Colors of #d7adad

#d7adad #d7c2ad #d7adc2

Monochromatic Colors of #d7adad

#d7adad

Complementary Color

#d7adad #add7d7

#d7adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7adad Color CSS Codes

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

#d7adad Text Font Color

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

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


#d7adad Background Color

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

This div background color is #d7adad


#d7adad Border Color

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

This div border color is #d7adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7adad


Comments

No comments written yet.

Please login to write comment.