Color Hex Logo

#dfbeac Color Hex

#DFBEAC
(223,190,172)
0 Favorites   0 Comments

Color spaces of #dfbeac

RGB 223190172
HSL0.060.440.77
HSV21°23°87°
CMYK 0.000.150.23   0.13
XYZ56.291355.493446.7742
Yxy55.49340.35500.3500
Hunter Lab74.49394.519214.9179
CIE-Lab79.32469.010013.4449

#dfbeac color RGB value is (223,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 10101100
Octal 337 276 254
Decimal 223 190 172
Hex DF BE AC

RGB Percentages of Color #dfbeac

%38.12
%32.48
%29.40

CMYK Percentages of Color #dfbeac

%0
%15
%23
%13

Triadic Colors of #dfbeac

#dfbeac #acdfbe #beacdf

Analogous Colors of #dfbeac

#dfbeac #dfd8ac #dfacb4

Monochromatic Colors of #dfbeac

#dfbeac

Complementary Color

#dfbeac #accddf

#dfbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbeac Color CSS Codes

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

#dfbeac Text Font Color

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

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


#dfbeac Background Color

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

This div background color is #dfbeac


#dfbeac Border Color

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

This div border color is #dfbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbeac


Comments

No comments written yet.

Please login to write comment.