Color Hex Logo

#ddf81e Color Hex

#DDF81E
(221,248,30)
0 Favorites   0 Comments

Color spaces of #ddf81e

RGB 22124830
HSL0.190.940.55
HSV67°88°97°
CMYK 0.110.000.88   0.03
XYZ63.620582.600713.8187
Yxy82.60070.39750.5161
Hunter Lab90.8849-34.096654.6046
CIE-Lab92.8393-31.757887.1464

#ddf81e color RGB value is (221,248,30).

#ddf81e hex color red value is 221, green value is 248 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ddf81e hue: 0.19 , saturation: 0.94 and the lightness value of ddf81e is 0.55.

The process color (four color CMYK) of #ddf81e color hex is 0.11, 0.00, 0.88, 0.03. Web safe color of #ddf81e is #ccff33. Color #ddf81e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111000 00011110
Octal 335 370 36
Decimal 221 248 30
Hex DD F8 1E

RGB Percentages of Color #ddf81e

%44.29
%49.70
%6.01

CMYK Percentages of Color #ddf81e

%11
%0
%88
%3

Triadic Colors of #ddf81e

#ddf81e #1eddf8 #f81edd

Analogous Colors of #ddf81e

#ddf81e #70f81e #f8a61e

Monochromatic Colors of #ddf81e

#ddf81e

Complementary Color

#ddf81e #391ef8

#ddf81e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf81e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf81e Color CSS Codes

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

#ddf81e Text Font Color

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

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


#ddf81e Background Color

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

This div background color is #ddf81e


#ddf81e Border Color

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

This div border color is #ddf81e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf81e


Comments

No comments written yet.

Please login to write comment.