Color Hex Logo

#dfebaa Color Hex

#DFEBAA
(223,235,170)
0 Favorites   0 Comments

Color spaces of #dfebaa

RGB 223235170
HSL0.200.620.79
HSV71°28°92°
CMYK 0.050.000.28   0.08
XYZ67.395578.006949.5349
Yxy78.00690.34570.4002
Hunter Lab88.3215-18.354728.5724
CIE-Lab90.7831-14.409430.2884

#dfebaa color RGB value is (223,235,170).

#dfebaa hex color red value is 223, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dfebaa hue: 0.20 , saturation: 0.62 and the lightness value of dfebaa is 0.79.

The process color (four color CMYK) of #dfebaa color hex is 0.05, 0.00, 0.28, 0.08. Web safe color of #dfebaa is #ccff99. Color #dfebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 10101010
Octal 337 353 252
Decimal 223 235 170
Hex DF EB AA

RGB Percentages of Color #dfebaa

%35.51
%37.42
%27.07

CMYK Percentages of Color #dfebaa

%5
%0
%28
%8

Triadic Colors of #dfebaa

#dfebaa #aadfeb #ebaadf

Analogous Colors of #dfebaa

#dfebaa #bfebaa #ebd7aa

Monochromatic Colors of #dfebaa

#dfebaa

Complementary Color

#dfebaa #b6aaeb

#dfebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebaa Color CSS Codes

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

#dfebaa Text Font Color

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

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


#dfebaa Background Color

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

This div background color is #dfebaa


#dfebaa Border Color

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

This div border color is #dfebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebaa


Comments

No comments written yet.

Please login to write comment.