Color Hex Logo

#deffd3 Color Hex

#DEFFD3
(222,255,211)
0 Favorites   0 Comments

Color spaces of #deffd3

RGB 222255211
HSL0.291.000.91
HSV105°17°100°
CMYK 0.130.000.17   0.00
XYZ77.642191.752775.2459
Yxy91.75270.31740.3751
Hunter Lab95.7876-22.942520.4761
CIE-Lab96.7191-18.457317.5208

#deffd3 color RGB value is (222,255,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 11010011
Octal 336 377 323
Decimal 222 255 211
Hex DE FF D3

RGB Percentages of Color #deffd3

%32.27
%37.06
%30.67

CMYK Percentages of Color #deffd3

%13
%0
%17
%0

Triadic Colors of #deffd3

#deffd3 #d3deff #ffd3de

Analogous Colors of #deffd3

#deffd3 #d3ffde #f4ffd3

Monochromatic Colors of #deffd3

#deffd3

Complementary Color

#deffd3 #f4d3ff

#deffd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deffd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deffd3 Color CSS Codes

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

#deffd3 Text Font Color

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

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


#deffd3 Background Color

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

This div background color is #deffd3


#deffd3 Border Color

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

This div border color is #deffd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deffd3

Related Colors

#deffd3 Color Palettes


Comments

No comments written yet.

Please login to write comment.