Color Hex Logo

#deeeab Color Hex

#DEEEAB
(222,238,171)
0 Favorites   0 Comments

Color spaces of #deeeab

RGB 222238171
HSL0.210.660.80
HSV74°28°93°
CMYK 0.070.000.28   0.07
XYZ68.049479.618950.3095
Yxy79.61890.34370.4022
Hunter Lab89.2294-20.021329.0316
CIE-Lab91.5136-16.120930.7503

#deeeab color RGB value is (222,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101110 10101011
Octal 336 356 253
Decimal 222 238 171
Hex DE EE AB

RGB Percentages of Color #deeeab

%35.18
%37.72
%27.10

CMYK Percentages of Color #deeeab

%7
%0
%28
%7

Triadic Colors of #deeeab

#deeeab #abdeee #eeabde

Analogous Colors of #deeeab

#deeeab #bdeeab #eeddab

Monochromatic Colors of #deeeab

#deeeab

Complementary Color

#deeeab #bbabee

#deeeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeeab Color CSS Codes

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

#deeeab Text Font Color

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

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


#deeeab Background Color

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

This div background color is #deeeab


#deeeab Border Color

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

This div border color is #deeeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeeab


Comments

No comments written yet.

Please login to write comment.