Color Hex Logo

#dee57e Color Hex

#DEE57E
(222,229,126)
0 Favorites   0 Comments

Color spaces of #dee57e

RGB 222229126
HSL0.180.660.70
HSV64°45°90°
CMYK 0.030.000.45   0.10
XYZ61.909473.074630.5805
Yxy73.07460.37390.4414
Hunter Lab85.4837-20.322338.6285
CIE-Lab88.4833-16.938549.1677

#dee57e color RGB value is (222,229,126).

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

The process color (four color CMYK) of #dee57e color hex is 0.03, 0.00, 0.45, 0.10. Web safe color of #dee57e is #cccc66. Color #dee57e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100101 01111110
Octal 336 345 176
Decimal 222 229 126
Hex DE E5 7E

RGB Percentages of Color #dee57e

%38.47
%39.69
%21.84

CMYK Percentages of Color #dee57e

%3
%0
%45
%10

Triadic Colors of #dee57e

#dee57e #7edee5 #e57ede

Analogous Colors of #dee57e

#dee57e #abe57e #e5b97e

Monochromatic Colors of #dee57e

#dee57e

Complementary Color

#dee57e #857ee5

#dee57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee57e Color CSS Codes

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

#dee57e Text Font Color

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

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


#dee57e Background Color

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

This div background color is #dee57e


#dee57e Border Color

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

This div border color is #dee57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee57e


Comments

No comments written yet.

Please login to write comment.