Color Hex Logo

#ddf26a Color Hex

#DDF26A
(221,242,106)
0 Favorites   0 Comments

Color spaces of #ddf26a

RGB 221242106
HSL0.190.840.68
HSV69°56°95°
CMYK 0.090.000.56   0.05
XYZ64.172479.917025.6790
Yxy79.91700.37800.4707
Hunter Lab89.3963-28.308845.5464
CIE-Lab91.6476-25.359962.0323

#ddf26a color RGB value is (221,242,106).

#ddf26a hex color red value is 221, green value is 242 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ddf26a hue: 0.19 , saturation: 0.84 and the lightness value of ddf26a is 0.68.

The process color (four color CMYK) of #ddf26a color hex is 0.09, 0.00, 0.56, 0.05. Web safe color of #ddf26a is #ccff66. Color #ddf26a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110010 01101010
Octal 335 362 152
Decimal 221 242 106
Hex DD F2 6A

RGB Percentages of Color #ddf26a

%38.84
%42.53
%18.63

CMYK Percentages of Color #ddf26a

%9
%0
%56
%5

Triadic Colors of #ddf26a

#ddf26a #6addf2 #f26add

Analogous Colors of #ddf26a

#ddf26a #99f26a #f2c36a

Monochromatic Colors of #ddf26a

#ddf26a

Complementary Color

#ddf26a #7f6af2

#ddf26a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf26a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf26a Color CSS Codes

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

#ddf26a Text Font Color

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

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


#ddf26a Background Color

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

This div background color is #ddf26a


#ddf26a Border Color

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

This div border color is #ddf26a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf26a


Comments

No comments written yet.

Please login to write comment.