Color Hex Logo

#deefaa Color Hex

#DEEFAA
(222,239,170)
0 Favorites   0 Comments

Color spaces of #deefaa

RGB 222239170
HSL0.210.680.80
HSV75°29°94°
CMYK 0.070.000.29   0.06
XYZ68.246480.164949.9066
Yxy80.16490.34410.4042
Hunter Lab89.5349-20.627429.6262
CIE-Lab91.7588-16.746631.5869

#deefaa color RGB value is (222,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 10101010
Octal 336 357 252
Decimal 222 239 170
Hex DE EF AA

RGB Percentages of Color #deefaa

%35.18
%37.88
%26.94

CMYK Percentages of Color #deefaa

%7
%0
%29
%6

Triadic Colors of #deefaa

#deefaa #aadeef #efaade

Analogous Colors of #deefaa

#deefaa #bcefaa #efdeaa

Monochromatic Colors of #deefaa

#deefaa

Complementary Color

#deefaa #bbaaef

#deefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#deefaa Color CSS Codes

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

#deefaa Text Font Color

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

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


#deefaa Background Color

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

This div background color is #deefaa


#deefaa Border Color

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

This div border color is #deefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deefaa


Comments

No comments written yet.

Please login to write comment.