Color Hex Logo

#dfeed4 Color Hex

#DFEED4
(223,238,212)
0 Favorites   0 Comments

Color spaces of #dfeed4

RGB 223238212
HSL0.260.430.88
HSV95°11°93°
CMYK 0.060.000.11   0.07
XYZ72.889681.590574.1942
Yxy81.59050.31870.3568
Hunter Lab90.3275-14.032814.5289
CIE-Lab92.3938-9.551810.8910

#dfeed4 color RGB value is (223,238,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 11010100
Octal 337 356 324
Decimal 223 238 212
Hex DF EE D4

RGB Percentages of Color #dfeed4

%33.14
%35.36
%31.50

CMYK Percentages of Color #dfeed4

%6
%0
%11
%7

Triadic Colors of #dfeed4

#dfeed4 #d4dfee #eed4df

Analogous Colors of #dfeed4

#dfeed4 #d4eed6 #eceed4

Monochromatic Colors of #dfeed4

#dfeed4

Complementary Color

#dfeed4 #e3d4ee

#dfeed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeed4 Color CSS Codes

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

#dfeed4 Text Font Color

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

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


#dfeed4 Background Color

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

This div background color is #dfeed4


#dfeed4 Border Color

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

This div border color is #dfeed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeed4


Comments

No comments written yet.

Please login to write comment.