Color Hex Logo

#dee98c Color Hex

#DEE98C
(222,233,140)
0 Favorites   0 Comments

Color spaces of #dee98c

RGB 222233140
HSL0.190.680.73
HSV67°40°91°
CMYK 0.050.000.40   0.09
XYZ63.996775.700936.0497
Yxy75.70090.36410.4307
Hunter Lab87.0063-20.966836.3385
CIE-Lab89.7203-17.453243.9164

#dee98c color RGB value is (222,233,140).

#dee98c hex color red value is 222, green value is 233 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dee98c hue: 0.19 , saturation: 0.68 and the lightness value of dee98c is 0.73.

The process color (four color CMYK) of #dee98c color hex is 0.05, 0.00, 0.40, 0.09. Web safe color of #dee98c is #ccff99. Color #dee98c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 10001100
Octal 336 351 214
Decimal 222 233 140
Hex DE E9 8C

RGB Percentages of Color #dee98c

%37.31
%39.16
%23.53

CMYK Percentages of Color #dee98c

%5
%0
%40
%9

Triadic Colors of #dee98c

#dee98c #8cdee9 #e98cde

Analogous Colors of #dee98c

#dee98c #b0e98c #e9c68c

Monochromatic Colors of #dee98c

#dee98c

Complementary Color

#dee98c #978ce9

#dee98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee98c Color CSS Codes

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

#dee98c Text Font Color

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

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


#dee98c Background Color

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

This div background color is #dee98c


#dee98c Border Color

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

This div border color is #dee98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee98c


Comments

No comments written yet.

Please login to write comment.