Color Hex Logo

#dee07c Color Hex

#DEE07C
(222,224,124)
0 Favorites   0 Comments

Color spaces of #dee07c

RGB 222224124
HSL0.170.620.68
HSV61°45°88°
CMYK 0.010.000.45   0.12
XYZ60.417970.296129.4529
Yxy70.29610.37720.4389
Hunter Lab83.8428-18.096037.8621
CIE-Lab87.1419-14.665648.4849

#dee07c color RGB value is (222,224,124).

#dee07c hex color red value is 222, green value is 224 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dee07c hue: 0.17 , saturation: 0.62 and the lightness value of dee07c is 0.68.

The process color (four color CMYK) of #dee07c color hex is 0.01, 0.00, 0.45, 0.12. Web safe color of #dee07c is #cccc66. Color #dee07c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 01111100
Octal 336 340 174
Decimal 222 224 124
Hex DE E0 7C

RGB Percentages of Color #dee07c

%38.95
%39.30
%21.75

CMYK Percentages of Color #dee07c

%1
%0
%45
%12

Triadic Colors of #dee07c

#dee07c #7cdee0 #e07cde

Analogous Colors of #dee07c

#dee07c #ace07c #e0b07c

Monochromatic Colors of #dee07c

#dee07c

Complementary Color

#dee07c #7e7ce0

#dee07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee07c Color CSS Codes

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

#dee07c Text Font Color

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

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


#dee07c Background Color

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

This div background color is #dee07c


#dee07c Border Color

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

This div border color is #dee07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee07c


Comments

No comments written yet.

Please login to write comment.