Color Hex Logo

#dfeae5 Color Hex

#DFEAE5
(223,234,229)
0 Favorites   0 Comments

Color spaces of #dfeae5

RGB 223234229
HSL0.420.210.90
HSV153°92°
CMYK 0.050.000.02   0.08
XYZ73.997180.190885.7070
Yxy80.19080.30850.3343
Hunter Lab89.5493-9.21185.9385
CIE-Lab91.7704-4.55841.1471

#dfeae5 color RGB value is (223,234,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 11100101
Octal 337 352 345
Decimal 223 234 229
Hex DF EA E5

RGB Percentages of Color #dfeae5

%32.51
%34.11
%33.38

CMYK Percentages of Color #dfeae5

%5
%0
%2
%8

Triadic Colors of #dfeae5

#dfeae5 #e5dfea #eae5df

Analogous Colors of #dfeae5

#dfeae5 #dfeaea #dfeae0

Monochromatic Colors of #dfeae5

#dfeae5

Complementary Color

#dfeae5 #eadfe4

#dfeae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeae5 Color CSS Codes

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

#dfeae5 Text Font Color

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

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


#dfeae5 Background Color

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

This div background color is #dfeae5


#dfeae5 Border Color

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

This div border color is #dfeae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeae5


Comments

No comments written yet.

Please login to write comment.