Color Hex Logo

#dee593 Color Hex

#DEE593
(222,229,147)
0 Favorites   0 Comments

Color spaces of #dee593

RGB 222229147
HSL0.180.610.74
HSV65°36°90°
CMYK 0.030.000.36   0.10
XYZ63.410073.674838.4824
Yxy73.67480.36120.4196
Hunter Lab85.8340-18.342433.5020
CIE-Lab88.7686-14.694339.2307

#dee593 color RGB value is (222,229,147).

#dee593 hex color red value is 222, green value is 229 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dee593 hue: 0.18 , saturation: 0.61 and the lightness value of dee593 is 0.74.

The process color (four color CMYK) of #dee593 color hex is 0.03, 0.00, 0.36, 0.10. Web safe color of #dee593 is #cccc99. Color #dee593 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100101 10010011
Octal 336 345 223
Decimal 222 229 147
Hex DE E5 93

RGB Percentages of Color #dee593

%37.12
%38.29
%24.58

CMYK Percentages of Color #dee593

%3
%0
%36
%10

Triadic Colors of #dee593

#dee593 #93dee5 #e593de

Analogous Colors of #dee593

#dee593 #b5e593 #e5c393

Monochromatic Colors of #dee593

#dee593

Complementary Color

#dee593 #9a93e5

#dee593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee593 Color CSS Codes

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

#dee593 Text Font Color

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

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


#dee593 Background Color

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

This div background color is #dee593


#dee593 Border Color

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

This div border color is #dee593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee593


Comments

No comments written yet.

Please login to write comment.