Color Hex Logo

#dfeda1 Color Hex

#DFEDA1
(223,237,161)
0 Favorites   0 Comments

Color spaces of #dfeda1

RGB 223237161
HSL0.200.680.78
HSV71°32°93°
CMYK 0.060.000.32   0.07
XYZ67.148678.829645.3947
Yxy78.82960.35090.4119
Hunter Lab88.7860-20.376631.8363
CIE-Lab91.1571-16.567035.3441

#dfeda1 color RGB value is (223,237,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 10100001
Octal 337 355 241
Decimal 223 237 161
Hex DF ED A1

RGB Percentages of Color #dfeda1

%35.91
%38.16
%25.93

CMYK Percentages of Color #dfeda1

%6
%0
%32
%7

Triadic Colors of #dfeda1

#dfeda1 #a1dfed #eda1df

Analogous Colors of #dfeda1

#dfeda1 #b9eda1 #edd5a1

Monochromatic Colors of #dfeda1

#dfeda1

Complementary Color

#dfeda1 #afa1ed

#dfeda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeda1 Color CSS Codes

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

#dfeda1 Text Font Color

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

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


#dfeda1 Background Color

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

This div background color is #dfeda1


#dfeda1 Border Color

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

This div border color is #dfeda1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeda1


Comments

No comments written yet.

Please login to write comment.