Color Hex Logo

#dfedc1 Color Hex

#DFEDC1
(223,237,193)
0 Favorites   0 Comments

Color spaces of #dfedc1

RGB 223237193
HSL0.220.550.84
HSV79°19°93°
CMYK 0.060.000.19   0.07
XYZ70.341380.106662.2068
Yxy80.10660.33080.3767
Hunter Lab89.5023-16.343021.4433
CIE-Lab91.7327-12.098919.7914

#dfedc1 color RGB value is (223,237,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 11000001
Octal 337 355 301
Decimal 223 237 193
Hex DF ED C1

RGB Percentages of Color #dfedc1

%34.15
%36.29
%29.56

CMYK Percentages of Color #dfedc1

%6
%0
%19
%7

Triadic Colors of #dfedc1

#dfedc1 #c1dfed #edc1df

Analogous Colors of #dfedc1

#dfedc1 #c9edc1 #ede5c1

Monochromatic Colors of #dfedc1

#dfedc1

Complementary Color

#dfedc1 #cfc1ed

#dfedc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedc1 Color CSS Codes

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

#dfedc1 Text Font Color

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

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


#dfedc1 Background Color

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

This div background color is #dfedc1


#dfedc1 Border Color

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

This div border color is #dfedc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedc1


Comments

No comments written yet.

Please login to write comment.