Color Hex Logo

#dfedc4 Color Hex

#DFEDC4
(223,237,196)
0 Favorites   0 Comments

Color spaces of #dfedc4

RGB 223237196
HSL0.220.530.85
HSV80°17°93°
CMYK 0.060.000.17   0.07
XYZ70.679480.241963.9876
Yxy80.24190.32890.3734
Hunter Lab89.5778-15.919820.3522
CIE-Lab91.7933-11.636718.3272

#dfedc4 color RGB value is (223,237,196).

#dfedc4 hex color red value is 223, green value is 237 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #dfedc4 hue: 0.22 , saturation: 0.53 and the lightness value of dfedc4 is 0.85.

The process color (four color CMYK) of #dfedc4 color hex is 0.06, 0.00, 0.17, 0.07. Web safe color of #dfedc4 is #ccffcc. Color #dfedc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 11000100
Octal 337 355 304
Decimal 223 237 196
Hex DF ED C4

RGB Percentages of Color #dfedc4

%33.99
%36.13
%29.88

CMYK Percentages of Color #dfedc4

%6
%0
%17
%7

Triadic Colors of #dfedc4

#dfedc4 #c4dfed #edc4df

Analogous Colors of #dfedc4

#dfedc4 #cbedc4 #ede7c4

Monochromatic Colors of #dfedc4

#dfedc4

Complementary Color

#dfedc4 #d2c4ed

#dfedc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedc4 Color CSS Codes

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

#dfedc4 Text Font Color

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

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


#dfedc4 Background Color

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

This div background color is #dfedc4


#dfedc4 Border Color

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

This div border color is #dfedc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedc4


Comments

No comments written yet.

Please login to write comment.