Color Hex Logo

#dee46f Color Hex

#DEE46F
(222,228,111)
0 Favorites   0 Comments

Color spaces of #dee46f

RGB 222228111
HSL0.180.680.66
HSV63°51°89°
CMYK 0.030.000.51   0.11
XYZ60.736872.164125.7668
Yxy72.16410.38280.4548
Hunter Lab84.9495-21.038441.4808
CIE-Lab88.0475-17.814155.6846

#dee46f color RGB value is (222,228,111).

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

The process color (four color CMYK) of #dee46f color hex is 0.03, 0.00, 0.51, 0.11. Web safe color of #dee46f is #cccc66. Color #dee46f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 01101111
Octal 336 344 157
Decimal 222 228 111
Hex DE E4 6F

RGB Percentages of Color #dee46f

%39.57
%40.64
%19.79

CMYK Percentages of Color #dee46f

%3
%0
%51
%11

Triadic Colors of #dee46f

#dee46f #6fdee4 #e46fde

Analogous Colors of #dee46f

#dee46f #a4e46f #e4b06f

Monochromatic Colors of #dee46f

#dee46f

Complementary Color

#dee46f #756fe4

#dee46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee46f Color CSS Codes

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

#dee46f Text Font Color

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

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


#dee46f Background Color

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

This div background color is #dee46f


#dee46f Border Color

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

This div border color is #dee46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee46f


Comments

No comments written yet.

Please login to write comment.