Color Hex Logo

#d5adbf Color Hex

#D5ADBF
(213,173,191)
0 Favorites   0 Comments

Color spaces of #d5adbf

RGB 213173191
HSL0.930.320.76
HSV333°19°84°
CMYK 0.000.190.10   0.16
XYZ51.788147.794955.7860
Yxy47.79490.33330.3076
Hunter Lab69.133912.72990.5510
CIE-Lab74.695417.4542-3.6649

#d5adbf color RGB value is (213,173,191).

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

The process color (four color CMYK) of #d5adbf color hex is 0.00, 0.19, 0.10, 0.16. Web safe color of #d5adbf is #cc99cc. Color #d5adbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101101 10111111
Octal 325 255 277
Decimal 213 173 191
Hex D5 AD BF

RGB Percentages of Color #d5adbf

%36.92
%29.98
%33.10

CMYK Percentages of Color #d5adbf

%0
%19
%10
%16

Triadic Colors of #d5adbf

#d5adbf #bfd5ad #adbfd5

Analogous Colors of #d5adbf

#d5adbf #d5afad #d5add3

Monochromatic Colors of #d5adbf

#d5adbf

Complementary Color

#d5adbf #add5c3

#d5adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5adbf Color CSS Codes

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

#d5adbf Text Font Color

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

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


#d5adbf Background Color

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

This div background color is #d5adbf


#d5adbf Border Color

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

This div border color is #d5adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5adbf


Comments

No comments written yet.

Please login to write comment.