Color Hex Logo

#dfefaa Color Hex

#DFEFAA
(223,239,170)
0 Favorites   0 Comments

Color spaces of #dfefaa

RGB 223239170
HSL0.210.680.80
HSV74°29°94°
CMYK 0.070.000.29   0.06
XYZ68.553680.323349.9210
Yxy80.32330.34480.4040
Hunter Lab89.6233-20.304529.7112
CIE-Lab91.8297-16.381631.6944

#dfefaa color RGB value is (223,239,170).

#dfefaa hex color red value is 223, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dfefaa hue: 0.21 , saturation: 0.68 and the lightness value of dfefaa is 0.80.

The process color (four color CMYK) of #dfefaa color hex is 0.07, 0.00, 0.29, 0.06. Web safe color of #dfefaa is #ccff99. Color #dfefaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 10101010
Octal 337 357 252
Decimal 223 239 170
Hex DF EF AA

RGB Percentages of Color #dfefaa

%35.28
%37.82
%26.90

CMYK Percentages of Color #dfefaa

%7
%0
%29
%6

Triadic Colors of #dfefaa

#dfefaa #aadfef #efaadf

Analogous Colors of #dfefaa

#dfefaa #bdefaa #efddaa

Monochromatic Colors of #dfefaa

#dfefaa

Complementary Color

#dfefaa #baaaef

#dfefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefaa Color CSS Codes

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

#dfefaa Text Font Color

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

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


#dfefaa Background Color

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

This div background color is #dfefaa


#dfefaa Border Color

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

This div border color is #dfefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefaa


Comments

No comments written yet.

Please login to write comment.