Color Hex Logo

#ddff2f Color Hex

#DDFF2F
(221,255,47)
0 Favorites   0 Comments

Color spaces of #ddff2f

RGB 22125547
HSL0.191.000.59
HSV70°82°100°
CMYK 0.130.000.82   0.00
XYZ66.091987.097416.0174
Yxy87.09740.39060.5147
Hunter Lab93.3260-36.909855.1523
CIE-Lab94.7796-34.529385.4211

#ddff2f color RGB value is (221,255,47).

#ddff2f hex color red value is 221, green value is 255 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ddff2f hue: 0.19 , saturation: 1.00 and the lightness value of ddff2f is 0.59.

The process color (four color CMYK) of #ddff2f color hex is 0.13, 0.00, 0.82, 0.00. Web safe color of #ddff2f is #ccff33. Color #ddff2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 00101111
Octal 335 377 57
Decimal 221 255 47
Hex DD FF 2F

RGB Percentages of Color #ddff2f

%42.26
%48.76
%8.99

CMYK Percentages of Color #ddff2f

%13
%0
%82
%0

Triadic Colors of #ddff2f

#ddff2f #2fddff #ff2fdd

Analogous Colors of #ddff2f

#ddff2f #75ff2f #ffb92f

Monochromatic Colors of #ddff2f

#ddff2f

Complementary Color

#ddff2f #512fff

#ddff2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddff2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddff2f Color CSS Codes

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

#ddff2f Text Font Color

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

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


#ddff2f Background Color

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

This div background color is #ddff2f


#ddff2f Border Color

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

This div border color is #ddff2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddff2f

Related Colors


Comments

No comments written yet.

Please login to write comment.