Color Hex Logo

#dfbda8 Color Hex

#DFBDA8
(223,189,168)
0 Favorites   0 Comments

Color spaces of #dfbda8

RGB 223189168
HSL0.060.460.77
HSV23°25°87°
CMYK 0.000.150.25   0.13
XYZ55.696954.910344.7090
Yxy54.91030.35860.3535
Hunter Lab74.10154.488416.0985
CIE-Lab78.98968.971115.1217

#dfbda8 color RGB value is (223,189,168).

#dfbda8 hex color red value is 223, green value is 189 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dfbda8 hue: 0.06 , saturation: 0.46 and the lightness value of dfbda8 is 0.77.

The process color (four color CMYK) of #dfbda8 color hex is 0.00, 0.15, 0.25, 0.13. Web safe color of #dfbda8 is #cccc99. Color #dfbda8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 10101000
Octal 337 275 250
Decimal 223 189 168
Hex DF BD A8

RGB Percentages of Color #dfbda8

%38.45
%32.59
%28.97

CMYK Percentages of Color #dfbda8

%0
%15
%25
%13

Triadic Colors of #dfbda8

#dfbda8 #a8dfbd #bda8df

Analogous Colors of #dfbda8

#dfbda8 #dfd9a8 #dfa8af

Monochromatic Colors of #dfbda8

#dfbda8

Complementary Color

#dfbda8 #a8cadf

#dfbda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbda8 Color CSS Codes

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

#dfbda8 Text Font Color

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

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


#dfbda8 Background Color

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

This div background color is #dfbda8


#dfbda8 Border Color

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

This div border color is #dfbda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbda8


Comments

No comments written yet.

Please login to write comment.