Color Hex Logo

#deffdd Color Hex

#DEFFDD
(222,255,221)
0 Favorites   0 Comments

Color spaces of #deffdd

RGB 222255221
HSL0.331.000.93
HSV118°13°100°
CMYK 0.130.000.13   0.00
XYZ78.935392.270182.0562
Yxy92.27010.31170.3643
Hunter Lab96.0573-21.417616.5921
CIE-Lab96.9306-16.788112.7041

#deffdd color RGB value is (222,255,221).

#deffdd hex color red value is 222, green value is 255 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #deffdd hue: 0.33 , saturation: 1.00 and the lightness value of deffdd is 0.93.

The process color (four color CMYK) of #deffdd color hex is 0.13, 0.00, 0.13, 0.00. Web safe color of #deffdd is #ccffcc. Color #deffdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 11011101
Octal 336 377 335
Decimal 222 255 221
Hex DE FF DD

RGB Percentages of Color #deffdd

%31.81
%36.53
%31.66

CMYK Percentages of Color #deffdd

%13
%0
%13
%0

Triadic Colors of #deffdd

#deffdd #dddeff #ffddde

Analogous Colors of #deffdd

#deffdd #ddffed #efffdd

Monochromatic Colors of #deffdd

#deffdd

Complementary Color

#deffdd #feddff

#deffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#deffdd Color CSS Codes

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

#deffdd Text Font Color

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

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


#deffdd Background Color

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

This div background color is #deffdd


#deffdd Border Color

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

This div border color is #deffdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,255,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #deffdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #deffdd;
  -webkit-box-shadow: 1px 1px 3px 2px #deffdd;
  box-shadow:         1px 1px 3px 2px #deffdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,255,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deffdd


Comments

No comments written yet.

Please login to write comment.