Color Hex Logo

#dfe6af Color Hex

#DFE6AF
(223,230,175)
0 Favorites   0 Comments

Color spaces of #dfe6af

RGB 223230175
HSL0.190.520.79
HSV68°24°90°
CMYK 0.030.000.24   0.10
XYZ66.466175.376751.6035
Yxy75.37670.34360.3897
Hunter Lab86.8198-15.281425.5333
CIE-Lab89.5692-11.236126.0834

#dfe6af color RGB value is (223,230,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 10101111
Octal 337 346 257
Decimal 223 230 175
Hex DF E6 AF

RGB Percentages of Color #dfe6af

%35.51
%36.62
%27.87

CMYK Percentages of Color #dfe6af

%3
%0
%24
%10

Triadic Colors of #dfe6af

#dfe6af #afdfe6 #e6afdf

Analogous Colors of #dfe6af

#dfe6af #c4e6af #e6d2af

Monochromatic Colors of #dfe6af

#dfe6af

Complementary Color

#dfe6af #b6afe6

#dfe6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe6af Color CSS Codes

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

#dfe6af Text Font Color

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

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


#dfe6af Background Color

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

This div background color is #dfe6af


#dfe6af Border Color

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

This div border color is #dfe6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe6af


Comments

No comments written yet.

Please login to write comment.