Color Hex Logo

#d7adbe Color Hex

#D7ADBE
(215,173,190)
0 Favorites   0 Comments

Color spaces of #d7adbe

RGB 215173190
HSL0.930.340.76
HSV336°20°84°
CMYK 0.000.200.12   0.16
XYZ52.262248.051955.2356
Yxy48.05190.33600.3089
Hunter Lab69.319513.26781.2798
CIE-Lab74.857717.9972-2.8571

#d7adbe color RGB value is (215,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101101 10111110
Octal 327 255 276
Decimal 215 173 190
Hex D7 AD BE

RGB Percentages of Color #d7adbe

%37.20
%29.93
%32.87

CMYK Percentages of Color #d7adbe

%0
%20
%12
%16

Triadic Colors of #d7adbe

#d7adbe #bed7ad #adbed7

Analogous Colors of #d7adbe

#d7adbe #d7b1ad #d7add3

Monochromatic Colors of #d7adbe

#d7adbe

Complementary Color

#d7adbe #add7c6

#d7adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7adbe Color CSS Codes

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

#d7adbe Text Font Color

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

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


#d7adbe Background Color

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

This div background color is #d7adbe


#d7adbe Border Color

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

This div border color is #d7adbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,173,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d7adbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7adbe


Comments

No comments written yet.

Please login to write comment.