Color Hex Logo

#dfadbe Color Hex

#DFADBE
(223,173,190)
0 Favorites   0 Comments

Color spaces of #dfadbe

RGB 223173190
HSL0.940.440.78
HSV340°22°87°
CMYK 0.000.220.15   0.13
XYZ54.669349.292855.3483
Yxy49.29280.34320.3094
Hunter Lab70.208816.12662.4056
CIE-Lab75.633120.8493-1.6285

#dfadbe color RGB value is (223,173,190).

#dfadbe hex color red value is 223, green value is 173 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dfadbe hue: 0.94 , saturation: 0.44 and the lightness value of dfadbe is 0.78.

The process color (four color CMYK) of #dfadbe color hex is 0.00, 0.22, 0.15, 0.13. Web safe color of #dfadbe is #cc99cc. Color #dfadbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 10111110
Octal 337 255 276
Decimal 223 173 190
Hex DF AD BE

RGB Percentages of Color #dfadbe

%38.05
%29.52
%32.42

CMYK Percentages of Color #dfadbe

%0
%22
%15
%13

Triadic Colors of #dfadbe

#dfadbe #bedfad #adbedf

Analogous Colors of #dfadbe

#dfadbe #dfb5ad #dfadd7

Monochromatic Colors of #dfadbe

#dfadbe

Complementary Color

#dfadbe #addfce

#dfadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadbe Color CSS Codes

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

#dfadbe Text Font Color

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

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


#dfadbe Background Color

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

This div background color is #dfadbe


#dfadbe Border Color

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

This div border color is #dfadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadbe


Comments

No comments written yet.

Please login to write comment.