Color Hex Logo

#ddf14e Color Hex

#DDF14E
(221,241,78)
0 Favorites   0 Comments

Color spaces of #ddf14e

RGB 22124178
HSL0.190.850.63
HSV67°68°95°
CMYK 0.080.000.68   0.05
XYZ62.649278.832819.1220
Yxy78.83280.39010.4909
Hunter Lab88.7878-29.428149.3824
CIE-Lab91.1586-26.750472.7554

#ddf14e color RGB value is (221,241,78).

#ddf14e hex color red value is 221, green value is 241 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ddf14e hue: 0.19 , saturation: 0.85 and the lightness value of ddf14e is 0.63.

The process color (four color CMYK) of #ddf14e color hex is 0.08, 0.00, 0.68, 0.05. Web safe color of #ddf14e is #ccff66. Color #ddf14e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 01001110
Octal 335 361 116
Decimal 221 241 78
Hex DD F1 4E

RGB Percentages of Color #ddf14e

%40.93
%44.63
%14.44

CMYK Percentages of Color #ddf14e

%8
%0
%68
%5

Triadic Colors of #ddf14e

#ddf14e #4eddf1 #f14edd

Analogous Colors of #ddf14e

#ddf14e #8cf14e #f1b44e

Monochromatic Colors of #ddf14e

#ddf14e

Complementary Color

#ddf14e #624ef1

#ddf14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf14e Color CSS Codes

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

#ddf14e Text Font Color

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

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


#ddf14e Background Color

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

This div background color is #ddf14e


#ddf14e Border Color

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

This div border color is #ddf14e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,241,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 #ddf14e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf14e


Comments

No comments written yet.

Please login to write comment.