Color Hex Logo

#dfeae7 Color Hex

#DFEAE7
(223,234,231)
0 Favorites   0 Comments

Color spaces of #dfeae7

RGB 223234231
HSL0.450.210.90
HSV164°92°
CMYK 0.050.000.01   0.08
XYZ74.278080.303187.1865
Yxy80.30310.30720.3321
Hunter Lab89.6120-8.86515.0432
CIE-Lab91.8207-4.19380.1773

#dfeae7 color RGB value is (223,234,231).

#dfeae7 hex color red value is 223, green value is 234 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #dfeae7 hue: 0.45 , saturation: 0.21 and the lightness value of dfeae7 is 0.90.

The process color (four color CMYK) of #dfeae7 color hex is 0.05, 0.00, 0.01, 0.08. Web safe color of #dfeae7 is #ccffff. Color #dfeae7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 11100111
Octal 337 352 347
Decimal 223 234 231
Hex DF EA E7

RGB Percentages of Color #dfeae7

%32.41
%34.01
%33.58

CMYK Percentages of Color #dfeae7

%5
%0
%1
%8

Triadic Colors of #dfeae7

#dfeae7 #e7dfea #eae7df

Analogous Colors of #dfeae7

#dfeae7 #dfe8ea #dfeae2

Monochromatic Colors of #dfeae7

#dfeae7

Complementary Color

#dfeae7 #eadfe2

#dfeae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeae7 Color CSS Codes

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

#dfeae7 Text Font Color

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

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


#dfeae7 Background Color

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

This div background color is #dfeae7


#dfeae7 Border Color

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

This div border color is #dfeae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeae7


Comments

No comments written yet.

Please login to write comment.