Color Hex Logo

#dfedc6 Color Hex

#DFEDC6
(223,237,198)
0 Favorites   0 Comments

Color spaces of #dfedc6

RGB 223237198
HSL0.230.520.85
HSV82°16°93°
CMYK 0.060.000.16   0.07
XYZ70.908780.333665.1947
Yxy80.33360.32760.3712
Hunter Lab89.6290-15.633119.6137
CIE-Lab91.8343-11.324317.3511

#dfedc6 color RGB value is (223,237,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 11000110
Octal 337 355 306
Decimal 223 237 198
Hex DF ED C6

RGB Percentages of Color #dfedc6

%33.89
%36.02
%30.09

CMYK Percentages of Color #dfedc6

%6
%0
%16
%7

Triadic Colors of #dfedc6

#dfedc6 #c6dfed #edc6df

Analogous Colors of #dfedc6

#dfedc6 #ccedc6 #ede8c6

Monochromatic Colors of #dfedc6

#dfedc6

Complementary Color

#dfedc6 #d4c6ed

#dfedc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedc6 Color CSS Codes

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

#dfedc6 Text Font Color

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

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


#dfedc6 Background Color

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

This div background color is #dfedc6


#dfedc6 Border Color

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

This div border color is #dfedc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedc6


Comments

No comments written yet.

Please login to write comment.