Color Hex Logo

#dfedaf Color Hex

#DFEDAF
(223,237,175)
0 Favorites   0 Comments

Color spaces of #dfedaf

RGB 223237175
HSL0.200.630.81
HSV74°26°93°
CMYK 0.060.000.26   0.07
XYZ68.453579.351552.2659
Yxy79.35150.34210.3966
Hunter Lab89.0795-18.719927.5682
CIE-Lab91.3931-14.717928.5638

#dfedaf color RGB value is (223,237,175).

#dfedaf hex color red value is 223, green value is 237 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dfedaf hue: 0.20 , saturation: 0.63 and the lightness value of dfedaf is 0.81.

The process color (four color CMYK) of #dfedaf color hex is 0.06, 0.00, 0.26, 0.07. Web safe color of #dfedaf is #ccff99. Color #dfedaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 10101111
Octal 337 355 257
Decimal 223 237 175
Hex DF ED AF

RGB Percentages of Color #dfedaf

%35.12
%37.32
%27.56

CMYK Percentages of Color #dfedaf

%6
%0
%26
%7

Triadic Colors of #dfedaf

#dfedaf #afdfed #edafdf

Analogous Colors of #dfedaf

#dfedaf #c0edaf #eddcaf

Monochromatic Colors of #dfedaf

#dfedaf

Complementary Color

#dfedaf #bdafed

#dfedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedaf Color CSS Codes

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

#dfedaf Text Font Color

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

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


#dfedaf Background Color

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

This div background color is #dfedaf


#dfedaf Border Color

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

This div border color is #dfedaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedaf


Comments

No comments written yet.

Please login to write comment.