Color Hex Logo

#dee88d Color Hex

#DEE88D
(222,232,141)
0 Favorites   0 Comments

Color spaces of #dee88d

RGB 222232141
HSL0.180.660.73
HSV67°39°91°
CMYK 0.040.000.39   0.09
XYZ63.788575.165936.3458
Yxy75.16590.36390.4288
Hunter Lab86.6983-20.390135.8331
CIE-Lab89.4706-16.852943.1082

#dee88d color RGB value is (222,232,141).

#dee88d hex color red value is 222, green value is 232 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dee88d hue: 0.18 , saturation: 0.66 and the lightness value of dee88d is 0.73.

The process color (four color CMYK) of #dee88d color hex is 0.04, 0.00, 0.39, 0.09. Web safe color of #dee88d is #ccff99. Color #dee88d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 10001101
Octal 336 350 215
Decimal 222 232 141
Hex DE E8 8D

RGB Percentages of Color #dee88d

%37.31
%38.99
%23.70

CMYK Percentages of Color #dee88d

%4
%0
%39
%9

Triadic Colors of #dee88d

#dee88d #8ddee8 #e88dde

Analogous Colors of #dee88d

#dee88d #b1e88d #e8c58d

Monochromatic Colors of #dee88d

#dee88d

Complementary Color

#dee88d #978de8

#dee88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee88d Color CSS Codes

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

#dee88d Text Font Color

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

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


#dee88d Background Color

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

This div background color is #dee88d


#dee88d Border Color

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

This div border color is #dee88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee88d


Comments

No comments written yet.

Please login to write comment.