Color Hex Logo

#dfeed1 Color Hex

#DFEED1
(223,238,209)
0 Favorites   0 Comments

Color spaces of #dfeed1

RGB 223238209
HSL0.250.460.88
HSV91°12°93°
CMYK 0.060.000.12   0.07
XYZ72.514681.440572.2193
Yxy81.44050.32060.3601
Hunter Lab90.2444-14.496515.7234
CIE-Lab92.3274-10.051512.3521

#dfeed1 color RGB value is (223,238,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 11010001
Octal 337 356 321
Decimal 223 238 209
Hex DF EE D1

RGB Percentages of Color #dfeed1

%33.28
%35.52
%31.19

CMYK Percentages of Color #dfeed1

%6
%0
%12
%7

Triadic Colors of #dfeed1

#dfeed1 #d1dfee #eed1df

Analogous Colors of #dfeed1

#dfeed1 #d1eed2 #eeeed1

Monochromatic Colors of #dfeed1

#dfeed1

Complementary Color

#dfeed1 #e0d1ee

#dfeed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeed1 Color CSS Codes

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

#dfeed1 Text Font Color

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

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


#dfeed1 Background Color

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

This div background color is #dfeed1


#dfeed1 Border Color

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

This div border color is #dfeed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeed1


Comments

No comments written yet.

Please login to write comment.