Color Hex Logo

#deffa6 Color Hex

#DEFFA6
(222,255,166)
0 Favorites   0 Comments

Color spaces of #deffa6

RGB 222255166
HSL0.231.000.83
HSV82°35°100°
CMYK 0.130.000.35   0.00
XYZ72.767189.802849.5748
Yxy89.80280.34300.4233
Hunter Lab94.7643-28.772035.3182
CIE-Lab95.9149-24.985539.0951

#deffa6 color RGB value is (222,255,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 10100110
Octal 336 377 246
Decimal 222 255 166
Hex DE FF A6

RGB Percentages of Color #deffa6

%34.53
%39.66
%25.82

CMYK Percentages of Color #deffa6

%13
%0
%35
%0

Triadic Colors of #deffa6

#deffa6 #a6deff #ffa6de

Analogous Colors of #deffa6

#deffa6 #b2ffa6 #fff4a6

Monochromatic Colors of #deffa6

#deffa6

Complementary Color

#deffa6 #c7a6ff

#deffa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deffa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deffa6 Color CSS Codes

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

#deffa6 Text Font Color

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

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


#deffa6 Background Color

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

This div background color is #deffa6


#deffa6 Border Color

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

This div border color is #deffa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deffa6


Comments

No comments written yet.

Please login to write comment.