Color Hex Logo

#dee794 Color Hex

#DEE794
(222,231,148)
0 Favorites   0 Comments

Color spaces of #dee794

RGB 222231148
HSL0.180.630.74
HSV67°36°91°
CMYK 0.040.000.36   0.09
XYZ64.045474.819539.0830
Yxy74.81950.35990.4205
Hunter Lab86.4983-19.206333.7595
CIE-Lab89.3084-15.566639.4296

#dee794 color RGB value is (222,231,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100111 10010100
Octal 336 347 224
Decimal 222 231 148
Hex DE E7 94

RGB Percentages of Color #dee794

%36.94
%38.44
%24.63

CMYK Percentages of Color #dee794

%4
%0
%36
%9

Triadic Colors of #dee794

#dee794 #94dee7 #e794de

Analogous Colors of #dee794

#dee794 #b5e794 #e7c794

Monochromatic Colors of #dee794

#dee794

Complementary Color

#dee794 #9d94e7

#dee794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee794 Color CSS Codes

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

#dee794 Text Font Color

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

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


#dee794 Background Color

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

This div background color is #dee794


#dee794 Border Color

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

This div border color is #dee794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee794


Comments

No comments written yet.

Please login to write comment.