Color Hex Logo

#ddfe15 Color Hex

#DDFE15
(221,254,21)
0 Favorites   0 Comments

Color spaces of #ddfe15

RGB 22125421
HSL0.190.990.54
HSV68°92°100°
CMYK 0.130.000.92   0.00
XYZ65.396086.309913.9222
Yxy86.30990.39480.5211
Hunter Lab92.9031-36.931456.1472
CIE-Lab94.4447-34.646089.6640

#ddfe15 color RGB value is (221,254,21).

#ddfe15 hex color red value is 221, green value is 254 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ddfe15 hue: 0.19 , saturation: 0.99 and the lightness value of ddfe15 is 0.54.

The process color (four color CMYK) of #ddfe15 color hex is 0.13, 0.00, 0.92, 0.00. Web safe color of #ddfe15 is #ccff00. Color #ddfe15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 00010101
Octal 335 376 25
Decimal 221 254 21
Hex DD FE 15

RGB Percentages of Color #ddfe15

%44.56
%51.21
%4.23

CMYK Percentages of Color #ddfe15

%13
%0
%92
%0

Triadic Colors of #ddfe15

#ddfe15 #15ddfe #fe15dd

Analogous Colors of #ddfe15

#ddfe15 #69fe15 #feab15

Monochromatic Colors of #ddfe15

#ddfe15

Complementary Color

#ddfe15 #3615fe

#ddfe15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe15 Color CSS Codes

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

#ddfe15 Text Font Color

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

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


#ddfe15 Background Color

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

This div background color is #ddfe15


#ddfe15 Border Color

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

This div border color is #ddfe15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe15


Comments

No comments written yet.

Please login to write comment.