Color Hex Logo

#dfe6ae Color Hex

#DFE6AE
(223,230,174)
0 Favorites   0 Comments

Color spaces of #dfe6ae

RGB 223230174
HSL0.190.530.79
HSV68°24°90°
CMYK 0.030.000.24   0.10
XYZ66.368275.337651.0880
Yxy75.33760.34420.3908
Hunter Lab86.7972-15.407825.8606
CIE-Lab89.5509-11.375426.5729

#dfe6ae color RGB value is (223,230,174).

#dfe6ae hex color red value is 223, green value is 230 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dfe6ae hue: 0.19 , saturation: 0.53 and the lightness value of dfe6ae is 0.79.

The process color (four color CMYK) of #dfe6ae color hex is 0.03, 0.00, 0.24, 0.10. Web safe color of #dfe6ae is #ccff99. Color #dfe6ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 10101110
Octal 337 346 256
Decimal 223 230 174
Hex DF E6 AE

RGB Percentages of Color #dfe6ae

%35.57
%36.68
%27.75

CMYK Percentages of Color #dfe6ae

%3
%0
%24
%10

Triadic Colors of #dfe6ae

#dfe6ae #aedfe6 #e6aedf

Analogous Colors of #dfe6ae

#dfe6ae #c3e6ae #e6d1ae

Monochromatic Colors of #dfe6ae

#dfe6ae

Complementary Color

#dfe6ae #b5aee6

#dfe6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe6ae Color CSS Codes

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

#dfe6ae Text Font Color

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

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


#dfe6ae Background Color

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

This div background color is #dfe6ae


#dfe6ae Border Color

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

This div border color is #dfe6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe6ae


Comments

No comments written yet.

Please login to write comment.