Color Hex Logo

#ddfa29 Color Hex

#DDFA29
(221,250,41)
0 Favorites   0 Comments

Color spaces of #ddfa29

RGB 22125041
HSL0.190.950.57
HSV68°84°98°
CMYK 0.120.000.84   0.02
XYZ64.404683.903514.8983
Yxy83.90350.39460.5141
Hunter Lab91.5989-34.791854.4758
CIE-Lab93.4086-32.421985.5758

#ddfa29 color RGB value is (221,250,41).

#ddfa29 hex color red value is 221, green value is 250 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ddfa29 hue: 0.19 , saturation: 0.95 and the lightness value of ddfa29 is 0.57.

The process color (four color CMYK) of #ddfa29 color hex is 0.12, 0.00, 0.84, 0.02. Web safe color of #ddfa29 is #ccff33. Color #ddfa29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 00101001
Octal 335 372 51
Decimal 221 250 41
Hex DD FA 29

RGB Percentages of Color #ddfa29

%43.16
%48.83
%8.01

CMYK Percentages of Color #ddfa29

%12
%0
%84
%2

Triadic Colors of #ddfa29

#ddfa29 #29ddfa #fa29dd

Analogous Colors of #ddfa29

#ddfa29 #75fa29 #faaf29

Monochromatic Colors of #ddfa29

#ddfa29

Complementary Color

#ddfa29 #4629fa

#ddfa29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfa29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfa29 Color CSS Codes

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

#ddfa29 Text Font Color

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

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


#ddfa29 Background Color

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

This div background color is #ddfa29


#ddfa29 Border Color

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

This div border color is #ddfa29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfa29


Comments

No comments written yet.

Please login to write comment.