Color Hex Logo

#dfeeae Color Hex

#DFEEAE
(223,238,174)
0 Favorites   0 Comments

Color spaces of #dfeeae

RGB 223238174
HSL0.210.650.81
HSV74°27°93°
CMYK 0.060.000.27   0.07
XYZ68.645979.893051.8473
Yxy79.89300.34260.3987
Hunter Lab89.3829-19.332428.1764
CIE-Lab91.6368-15.349029.4032

#dfeeae color RGB value is (223,238,174).

#dfeeae hex color red value is 223, green value is 238 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dfeeae hue: 0.21 , saturation: 0.65 and the lightness value of dfeeae is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 10101110
Octal 337 356 256
Decimal 223 238 174
Hex DF EE AE

RGB Percentages of Color #dfeeae

%35.12
%37.48
%27.40

CMYK Percentages of Color #dfeeae

%6
%0
%27
%7

Triadic Colors of #dfeeae

#dfeeae #aedfee #eeaedf

Analogous Colors of #dfeeae

#dfeeae #bfeeae #eeddae

Monochromatic Colors of #dfeeae

#dfeeae

Complementary Color

#dfeeae #bdaeee

#dfeeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeeae Color CSS Codes

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

#dfeeae Text Font Color

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

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


#dfeeae Background Color

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

This div background color is #dfeeae


#dfeeae Border Color

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

This div border color is #dfeeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeeae


Comments

No comments written yet.

Please login to write comment.