Color Hex Logo

#dde14e Color Hex

#DDE14E
(221,225,78)
0 Favorites   0 Comments

Color spaces of #dde14e

RGB 22122578
HSL0.170.710.59
HSV62°65°88°
CMYK 0.020.000.65   0.12
XYZ58.119269.772617.6120
Yxy69.77260.39940.4795
Hunter Lab83.5300-21.979345.9699
CIE-Lab86.8852-19.082168.4168

#dde14e color RGB value is (221,225,78).

#dde14e hex color red value is 221, green value is 225 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dde14e hue: 0.17 , saturation: 0.71 and the lightness value of dde14e is 0.59.

The process color (four color CMYK) of #dde14e color hex is 0.02, 0.00, 0.65, 0.12. Web safe color of #dde14e is #cccc66. Color #dde14e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 01001110
Octal 335 341 116
Decimal 221 225 78
Hex DD E1 4E

RGB Percentages of Color #dde14e

%42.18
%42.94
%14.89

CMYK Percentages of Color #dde14e

%2
%0
%65
%12

Triadic Colors of #dde14e

#dde14e #4edde1 #e14edd

Analogous Colors of #dde14e

#dde14e #94e14e #e19c4e

Monochromatic Colors of #dde14e

#dde14e

Complementary Color

#dde14e #524ee1

#dde14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde14e Color CSS Codes

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

#dde14e Text Font Color

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

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


#dde14e Background Color

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

This div background color is #dde14e


#dde14e Border Color

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

This div border color is #dde14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde14e


Comments

No comments written yet.

Please login to write comment.