color codes Logo

#ddfa3d color codes

#DDFA3D
(221,250,61)
0 Favorites   0 Comments

Color spaces of #ddfa3d

RGB 22125061
HSL0.190.950.61
HSV69°76°98°
CMYK 0.120.000.76   0.02
XYZ64.846784.080317.2262
Yxy84.08030.39030.5060
Hunter Lab91.6953-34.232053.0483
CIE-Lab93.4854-31.750380.5980

#ddfa3d color RGB value is (221,250,61).

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

The process color (four color CMYK) of #ddfa3d color code is 0.12, 0.00, 0.76, 0.02. Web safe color of #ddfa3d is #ccff33. Color #ddfa3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 00111101
Octal 335 372 75
Decimal 221 250 61
Hex DD FA 3D

RGB Percentages of Color #ddfa3d

%41.54
%46.99
%11.47

CMYK Percentages of Color #ddfa3d

%12
%0
%76
%2

Triadic Colors of #ddfa3d

#ddfa3d #3dddfa #fa3ddd

Analogous Colors of #ddfa3d

#ddfa3d #7ffa3d #fab93d

Monochromatic Colors of #ddfa3d

#ddfa3d

Complementary Color

#ddfa3d #5a3dfa

#ddfa3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfa3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfa3d Color CSS Codes

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

#ddfa3d Text Font Color

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

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


#ddfa3d Background Color

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

This div background color is #ddfa3d


#ddfa3d Border Color

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

This div border color is #ddfa3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfa3d


Comments

No comments written yet.

Please login to write comment.