Color Hex Logo

#d5adcb Color Hex

#D5ADCB
(213,173,203)
0 Favorites   0 Comments

Color spaces of #d5adcb

RGB 213173203
HSL0.880.320.76
HSV315°19°84°
CMYK 0.000.190.05   0.16
XYZ53.163648.345163.0294
Yxy48.34510.32310.2938
Hunter Lab69.530614.8037-5.0748
CIE-Lab75.042119.5439-9.7138

#d5adcb color RGB value is (213,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101101 11001011
Octal 325 255 313
Decimal 213 173 203
Hex D5 AD CB

RGB Percentages of Color #d5adcb

%36.16
%29.37
%34.47

CMYK Percentages of Color #d5adcb

%0
%19
%5
%16

Triadic Colors of #d5adcb

#d5adcb #cbd5ad #adcbd5

Analogous Colors of #d5adcb

#d5adcb #d5adb7 #cbadd5

Monochromatic Colors of #d5adcb

#d5adcb

Complementary Color

#d5adcb #add5b7

#d5adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5adcb Color CSS Codes

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

#d5adcb Text Font Color

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

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


#d5adcb Background Color

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

This div background color is #d5adcb


#d5adcb Border Color

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

This div border color is #d5adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5adcb


Comments

No comments written yet.

Please login to write comment.