Color Hex Logo

#dfb2ae Color Hex

#DFB2AE
(223,178,174)
0 Favorites   0 Comments

Color spaces of #dfb2ae

RGB 223178174
HSL0.010.430.78
HSV22°87°
CMYK 0.000.200.22   0.13
XYZ53.991850.584846.9626
Yxy50.58480.35630.3338
Hunter Lab71.123011.040010.6368
CIE-Lab76.426815.70348.2463

#dfb2ae color RGB value is (223,178,174).

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

The process color (four color CMYK) of #dfb2ae color hex is 0.00, 0.20, 0.22, 0.13. Web safe color of #dfb2ae is #cc9999. Color #dfb2ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 10101110
Octal 337 262 256
Decimal 223 178 174
Hex DF B2 AE

RGB Percentages of Color #dfb2ae

%38.78
%30.96
%30.26

CMYK Percentages of Color #dfb2ae

%0
%20
%22
%13

Triadic Colors of #dfb2ae

#dfb2ae #aedfb2 #b2aedf

Analogous Colors of #dfb2ae

#dfb2ae #dfcbae #dfaec3

Monochromatic Colors of #dfb2ae

#dfb2ae

Complementary Color

#dfb2ae #aedbdf

#dfb2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb2ae Color CSS Codes

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

#dfb2ae Text Font Color

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

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


#dfb2ae Background Color

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

This div background color is #dfb2ae


#dfb2ae Border Color

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

This div border color is #dfb2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb2ae

#dfb2ae Color Palettes


Comments

No comments written yet.

Please login to write comment.