Color Hex Logo

#dfeed2 Color Hex

#DFEED2
(223,238,210)
0 Favorites   0 Comments

Color spaces of #dfeed2

RGB 223238210
HSL0.260.450.88
HSV92°12°93°
CMYK 0.060.000.12   0.07
XYZ72.638881.490272.8735
Yxy81.49020.32000.3590
Hunter Lab90.2719-14.342915.3275
CIE-Lab92.3494-9.885811.8650

#dfeed2 color RGB value is (223,238,210).

#dfeed2 hex color red value is 223, green value is 238 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #dfeed2 hue: 0.26 , saturation: 0.45 and the lightness value of dfeed2 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 11010010
Octal 337 356 322
Decimal 223 238 210
Hex DF EE D2

RGB Percentages of Color #dfeed2

%33.23
%35.47
%31.30

CMYK Percentages of Color #dfeed2

%6
%0
%12
%7

Triadic Colors of #dfeed2

#dfeed2 #d2dfee #eed2df

Analogous Colors of #dfeed2

#dfeed2 #d2eed3 #edeed2

Monochromatic Colors of #dfeed2

#dfeed2

Complementary Color

#dfeed2 #e1d2ee

#dfeed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeed2 Color CSS Codes

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

#dfeed2 Text Font Color

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

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


#dfeed2 Background Color

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

This div background color is #dfeed2


#dfeed2 Border Color

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

This div border color is #dfeed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeed2


Comments

No comments written yet.

Please login to write comment.