Color Hex Logo

#dfbeae Color Hex

#DFBEAE
(223,190,174)
0 Favorites   0 Comments

Color spaces of #dfbeae

RGB 223190174
HSL0.050.430.78
HSV20°22°87°
CMYK 0.000.150.22   0.13
XYZ56.484955.570947.7936
Yxy55.57090.35340.3476
Hunter Lab74.54594.797714.1695
CIE-Lab79.36909.299712.4329

#dfbeae color RGB value is (223,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 10101110
Octal 337 276 256
Decimal 223 190 174
Hex DF BE AE

RGB Percentages of Color #dfbeae

%37.99
%32.37
%29.64

CMYK Percentages of Color #dfbeae

%0
%15
%22
%13

Triadic Colors of #dfbeae

#dfbeae #aedfbe #beaedf

Analogous Colors of #dfbeae

#dfbeae #dfd7ae #dfaeb7

Monochromatic Colors of #dfbeae

#dfbeae

Complementary Color

#dfbeae #aecfdf

#dfbeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbeae Color CSS Codes

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

#dfbeae Text Font Color

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

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


#dfbeae Background Color

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

This div background color is #dfbeae


#dfbeae Border Color

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

This div border color is #dfbeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbeae


Comments

No comments written yet.

Please login to write comment.