Color Hex Logo

#dfe1ae Color Hex

#DFE1AE
(223,225,174)
0 Favorites   0 Comments

Color spaces of #dfe1ae

RGB 223225174
HSL0.170.460.78
HSV62°23°88°
CMYK 0.010.000.23   0.12
XYZ64.996672.594450.6308
Yxy72.59440.34530.3857
Hunter Lab85.2023-12.935424.4090
CIE-Lab88.2539-8.862024.8017

#dfe1ae color RGB value is (223,225,174).

#dfe1ae hex color red value is 223, green value is 225 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dfe1ae hue: 0.17 , saturation: 0.46 and the lightness value of dfe1ae is 0.78.

The process color (four color CMYK) of #dfe1ae color hex is 0.01, 0.00, 0.23, 0.12. Web safe color of #dfe1ae is #cccc99. Color #dfe1ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 10101110
Octal 337 341 256
Decimal 223 225 174
Hex DF E1 AE

RGB Percentages of Color #dfe1ae

%35.85
%36.17
%27.97

CMYK Percentages of Color #dfe1ae

%1
%0
%23
%12

Triadic Colors of #dfe1ae

#dfe1ae #aedfe1 #e1aedf

Analogous Colors of #dfe1ae

#dfe1ae #c6e1ae #e1caae

Monochromatic Colors of #dfe1ae

#dfe1ae

Complementary Color

#dfe1ae #b0aee1

#dfe1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe1ae Color CSS Codes

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

#dfe1ae Text Font Color

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

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


#dfe1ae Background Color

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

This div background color is #dfe1ae


#dfe1ae Border Color

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

This div border color is #dfe1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe1ae


Comments

No comments written yet.

Please login to write comment.