Color Hex Logo

#dde57f Color Hex

#DDE57F
(221,229,127)
0 Favorites   0 Comments

Color spaces of #dde57f

RGB 221229127
HSL0.180.660.70
HSV65°45°90°
CMYK 0.030.000.45   0.10
XYZ61.668972.943130.9078
Yxy72.94310.37260.4407
Hunter Lab85.4067-20.573838.3283
CIE-Lab88.4206-17.230248.5939

#dde57f color RGB value is (221,229,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100101 01111111
Octal 335 345 177
Decimal 221 229 127
Hex DD E5 7F

RGB Percentages of Color #dde57f

%38.30
%39.69
%22.01

CMYK Percentages of Color #dde57f

%3
%0
%45
%10

Triadic Colors of #dde57f

#dde57f #7fdde5 #e57fdd

Analogous Colors of #dde57f

#dde57f #aae57f #e5ba7f

Monochromatic Colors of #dde57f

#dde57f

Complementary Color

#dde57f #877fe5

#dde57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde57f Color CSS Codes

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

#dde57f Text Font Color

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

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


#dde57f Background Color

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

This div background color is #dde57f


#dde57f Border Color

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

This div border color is #dde57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde57f


Comments

No comments written yet.

Please login to write comment.