Color Hex Logo

#dfbda1 Color Hex

#DFBDA1
(223,189,161)
0 Favorites   0 Comments

Color spaces of #dfbda1

RGB 223189161
HSL0.080.490.75
HSV27°28°87°
CMYK 0.000.150.28   0.13
XYZ55.062054.656441.3659
Yxy54.65640.36440.3618
Hunter Lab73.93003.566818.5766
CIE-Lab78.84298.007218.6704

#dfbda1 color RGB value is (223,189,161).

#dfbda1 hex color red value is 223, green value is 189 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #dfbda1 hue: 0.08 , saturation: 0.49 and the lightness value of dfbda1 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 10100001
Octal 337 275 241
Decimal 223 189 161
Hex DF BD A1

RGB Percentages of Color #dfbda1

%38.92
%32.98
%28.10

CMYK Percentages of Color #dfbda1

%0
%15
%28
%13

Triadic Colors of #dfbda1

#dfbda1 #a1dfbd #bda1df

Analogous Colors of #dfbda1

#dfbda1 #dfdca1 #dfa1a4

Monochromatic Colors of #dfbda1

#dfbda1

Complementary Color

#dfbda1 #a1c3df

#dfbda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbda1 Color CSS Codes

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

#dfbda1 Text Font Color

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

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


#dfbda1 Background Color

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

This div background color is #dfbda1


#dfbda1 Border Color

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

This div border color is #dfbda1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbda1


Comments

No comments written yet.

Please login to write comment.