Color Hex Logo

#dfbea8 Color Hex

#DFBEA8
(223,190,168)
0 Favorites   0 Comments

Color spaces of #dfbea8

RGB 223190168
HSL0.070.460.77
HSV24°25°87°
CMYK 0.000.150.25   0.13
XYZ55.912855.342044.7809
Yxy55.34200.35830.3547
Hunter Lab74.39223.973316.3845
CIE-Lab79.23798.440815.4701

#dfbea8 color RGB value is (223,190,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 10101000
Octal 337 276 250
Decimal 223 190 168
Hex DF BE A8

RGB Percentages of Color #dfbea8

%38.38
%32.70
%28.92

CMYK Percentages of Color #dfbea8

%0
%15
%25
%13

Triadic Colors of #dfbea8

#dfbea8 #a8dfbe #bea8df

Analogous Colors of #dfbea8

#dfbea8 #dfdaa8 #dfa8ae

Monochromatic Colors of #dfbea8

#dfbea8

Complementary Color

#dfbea8 #a8c9df

#dfbea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbea8 Color CSS Codes

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

#dfbea8 Text Font Color

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

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


#dfbea8 Background Color

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

This div background color is #dfbea8


#dfbea8 Border Color

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

This div border color is #dfbea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbea8


Comments

No comments written yet.

Please login to write comment.