Color Hex Logo

#ddfa41 Color Hex

#DDFA41
(221,250,65)
0 Favorites   0 Comments

Color spaces of #ddfa41

RGB 22125065
HSL0.190.950.62
HSV69°74°98°
CMYK 0.120.000.74   0.02
XYZ64.958584.125017.8151
Yxy84.12500.38920.5040
Hunter Lab91.7197-34.090652.6876
CIE-Lab93.5048-31.581179.4126

#ddfa41 color RGB value is (221,250,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 01000001
Octal 335 372 101
Decimal 221 250 65
Hex DD FA 41

RGB Percentages of Color #ddfa41

%41.23
%46.64
%12.13

CMYK Percentages of Color #ddfa41

%12
%0
%74
%2

Triadic Colors of #ddfa41

#ddfa41 #41ddfa #fa41dd

Analogous Colors of #ddfa41

#ddfa41 #81fa41 #fabb41

Monochromatic Colors of #ddfa41

#ddfa41

Complementary Color

#ddfa41 #5e41fa

#ddfa41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfa41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfa41 Color CSS Codes

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

#ddfa41 Text Font Color

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

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


#ddfa41 Background Color

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

This div background color is #ddfa41


#ddfa41 Border Color

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

This div border color is #ddfa41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfa41


Comments

No comments written yet.

Please login to write comment.