Color Hex Logo

#dfbea2 Color Hex

#DFBEA2
(223,190,162)
0 Favorites   0 Comments

Color spaces of #dfbea2

RGB 223190162
HSL0.080.490.75
HSV28°27°87°
CMYK 0.000.150.27   0.13
XYZ55.366555.123541.9042
Yxy55.12350.36330.3617
Hunter Lab74.24523.182818.5082
CIE-Lab79.11247.612818.5093

#dfbea2 color RGB value is (223,190,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 10100010
Octal 337 276 242
Decimal 223 190 162
Hex DF BE A2

RGB Percentages of Color #dfbea2

%38.78
%33.04
%28.17

CMYK Percentages of Color #dfbea2

%0
%15
%27
%13

Triadic Colors of #dfbea2

#dfbea2 #a2dfbe #bea2df

Analogous Colors of #dfbea2

#dfbea2 #dfdda2 #dfa2a5

Monochromatic Colors of #dfbea2

#dfbea2

Complementary Color

#dfbea2 #a2c3df

#dfbea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbea2 Color CSS Codes

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

#dfbea2 Text Font Color

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

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


#dfbea2 Background Color

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

This div background color is #dfbea2


#dfbea2 Border Color

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

This div border color is #dfbea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbea2

#dfbea2 Color Palettes


Comments

No comments written yet.

Please login to write comment.