Color Hex Logo

#deefa7 Color Hex

#DEEFA7
(222,239,167)
0 Favorites   0 Comments

Color spaces of #deefa7

RGB 222239167
HSL0.210.690.80
HSV74°30°94°
CMYK 0.070.000.30   0.06
XYZ67.965880.052648.4287
Yxy80.05260.34600.4075
Hunter Lab89.4721-20.982130.5385
CIE-Lab91.7085-17.144133.0376

#deefa7 color RGB value is (222,239,167).

#deefa7 hex color red value is 222, green value is 239 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #deefa7 hue: 0.21 , saturation: 0.69 and the lightness value of deefa7 is 0.80.

The process color (four color CMYK) of #deefa7 color hex is 0.07, 0.00, 0.30, 0.06. Web safe color of #deefa7 is #ccff99. Color #deefa7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 10100111
Octal 336 357 247
Decimal 222 239 167
Hex DE EF A7

RGB Percentages of Color #deefa7

%35.35
%38.06
%26.59

CMYK Percentages of Color #deefa7

%7
%0
%30
%6

Triadic Colors of #deefa7

#deefa7 #a7deef #efa7de

Analogous Colors of #deefa7

#deefa7 #baefa7 #efdca7

Monochromatic Colors of #deefa7

#deefa7

Complementary Color

#deefa7 #b8a7ef

#deefa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deefa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deefa7 Color CSS Codes

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

#deefa7 Text Font Color

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

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


#deefa7 Background Color

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

This div background color is #deefa7


#deefa7 Border Color

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

This div border color is #deefa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deefa7


Comments

No comments written yet.

Please login to write comment.