Color Hex Logo

#ddfa20 Color Hex

#DDFA20
(221,250,32)
0 Favorites   0 Comments

Color spaces of #ddfa20

RGB 22125032
HSL0.190.960.55
HSV68°87°98°
CMYK 0.120.000.87   0.02
XYZ64.265183.847714.1636
Yxy83.84770.39600.5167
Hunter Lab91.5684-34.968754.9270
CIE-Lab93.3843-32.634687.2567

#ddfa20 color RGB value is (221,250,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 00100000
Octal 335 372 40
Decimal 221 250 32
Hex DD FA 20

RGB Percentages of Color #ddfa20

%43.94
%49.70
%6.36

CMYK Percentages of Color #ddfa20

%12
%0
%87
%2

Triadic Colors of #ddfa20

#ddfa20 #20ddfa #fa20dd

Analogous Colors of #ddfa20

#ddfa20 #70fa20 #faaa20

Monochromatic Colors of #ddfa20

#ddfa20

Complementary Color

#ddfa20 #3d20fa

#ddfa20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfa20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfa20 Color CSS Codes

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

#ddfa20 Text Font Color

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

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


#ddfa20 Background Color

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

This div background color is #ddfa20


#ddfa20 Border Color

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

This div border color is #ddfa20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfa20


Comments

No comments written yet.

Please login to write comment.