Color Hex Logo

#d4adcb Color Hex

#D4ADCB
(212,173,203)
0 Favorites   0 Comments

Color spaces of #d4adcb

RGB 212173203
HSL0.870.310.75
HSV314°18°83°
CMYK 0.000.180.04   0.17
XYZ52.874448.196063.0159
Yxy48.19600.32220.2937
Hunter Lab69.423314.4588-5.2215
CIE-Lab74.948419.1993-9.8634

#d4adcb color RGB value is (212,173,203).

#d4adcb hex color red value is 212, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d4adcb hue: 0.87 , saturation: 0.31 and the lightness value of d4adcb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101101 11001011
Octal 324 255 313
Decimal 212 173 203
Hex D4 AD CB

RGB Percentages of Color #d4adcb

%36.05
%29.42
%34.52

CMYK Percentages of Color #d4adcb

%0
%18
%4
%17

Triadic Colors of #d4adcb

#d4adcb #cbd4ad #adcbd4

Analogous Colors of #d4adcb

#d4adcb #d4adb8 #caadd4

Monochromatic Colors of #d4adcb

#d4adcb

Complementary Color

#d4adcb #add4b6

#d4adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4adcb Color CSS Codes

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

#d4adcb Text Font Color

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

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


#d4adcb Background Color

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

This div background color is #d4adcb


#d4adcb Border Color

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

This div border color is #d4adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4adcb


Comments

No comments written yet.

Please login to write comment.