Color Hex Logo

#dfbabd Color Hex

#DFBABD
(223,186,189)
0 Favorites   0 Comments

Color spaces of #dfbabd

RGB 223186189
HSL0.990.370.80
HSV355°17°87°
CMYK 0.000.170.15   0.13
XYZ57.175654.479955.6463
Yxy54.47990.34180.3256
Hunter Lab73.81059.10256.9682
CIE-Lab78.740713.71413.4435

#dfbabd color RGB value is (223,186,189).

#dfbabd hex color red value is 223, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dfbabd hue: 0.99 , saturation: 0.37 and the lightness value of dfbabd is 0.80.

The process color (four color CMYK) of #dfbabd color hex is 0.00, 0.17, 0.15, 0.13. Web safe color of #dfbabd is #cccccc. Color #dfbabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 10111101
Octal 337 272 275
Decimal 223 186 189
Hex DF BA BD

RGB Percentages of Color #dfbabd

%37.29
%31.10
%31.61

CMYK Percentages of Color #dfbabd

%0
%17
%15
%13

Triadic Colors of #dfbabd

#dfbabd #bddfba #babddf

Analogous Colors of #dfbabd

#dfbabd #dfcaba #dfbad0

Monochromatic Colors of #dfbabd

#dfbabd

Complementary Color

#dfbabd #badfdc

#dfbabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbabd Color CSS Codes

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

#dfbabd Text Font Color

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

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


#dfbabd Background Color

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

This div background color is #dfbabd


#dfbabd Border Color

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

This div border color is #dfbabd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,186,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfbabd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfbabd;
  -webkit-box-shadow: 1px 1px 3px 2px #dfbabd;
  box-shadow:         1px 1px 3px 2px #dfbabd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,186,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbabd


Comments

No comments written yet.

Please login to write comment.