Color Hex Logo

#dfead3 Color Hex

#DFEAD3
(223,234,211)
0 Favorites   0 Comments

Color spaces of #dfead3

RGB 223234211
HSL0.250.350.87
HSV89°10°92°
CMYK 0.050.000.10   0.08
XYZ71.612179.236873.1479
Yxy79.23680.31970.3537
Hunter Lab89.0151-12.174113.5891
CIE-Lab91.3413-7.70479.9076

#dfead3 color RGB value is (223,234,211).

#dfead3 hex color red value is 223, green value is 234 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #dfead3 hue: 0.25 , saturation: 0.35 and the lightness value of dfead3 is 0.87.

The process color (four color CMYK) of #dfead3 color hex is 0.05, 0.00, 0.10, 0.08. Web safe color of #dfead3 is #ccffcc. Color #dfead3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 11010011
Octal 337 352 323
Decimal 223 234 211
Hex DF EA D3

RGB Percentages of Color #dfead3

%33.38
%35.03
%31.59

CMYK Percentages of Color #dfead3

%5
%0
%10
%8

Triadic Colors of #dfead3

#dfead3 #d3dfea #ead3df

Analogous Colors of #dfead3

#dfead3 #d4ead3 #eaead3

Monochromatic Colors of #dfead3

#dfead3

Complementary Color

#dfead3 #ded3ea

#dfead3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfead3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfead3 Color CSS Codes

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

#dfead3 Text Font Color

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

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


#dfead3 Background Color

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

This div background color is #dfead3


#dfead3 Border Color

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

This div border color is #dfead3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfead3

#dfead3 Color Palettes


Comments

No comments written yet.

Please login to write comment.