Color Hex Logo

#d1adbe Color Hex

#D1ADBE
(209,173,190)
0 Favorites   0 Comments

Color spaces of #d1adbe

RGB 209173190
HSL0.920.280.75
HSV332°17°82°
CMYK 0.000.170.09   0.18
XYZ50.532347.160255.1547
Yxy47.16020.33060.3085
Hunter Lab68.673311.16850.4528
CIE-Lab74.292115.8644-3.7542

#d1adbe color RGB value is (209,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101101 10111110
Octal 321 255 276
Decimal 209 173 190
Hex D1 AD BE

RGB Percentages of Color #d1adbe

%36.54
%30.24
%33.22

CMYK Percentages of Color #d1adbe

%0
%17
%9
%18

Triadic Colors of #d1adbe

#d1adbe #bed1ad #adbed1

Analogous Colors of #d1adbe

#d1adbe #d1aead #d1add0

Monochromatic Colors of #d1adbe

#d1adbe

Complementary Color

#d1adbe #add1c0

#d1adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1adbe Color CSS Codes

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

#d1adbe Text Font Color

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

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


#d1adbe Background Color

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

This div background color is #d1adbe


#d1adbe Border Color

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

This div border color is #d1adbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1adbe


Comments

No comments written yet.

Please login to write comment.