color codes Logo

#ddfa7f color codes

#DDFA7F
(221,250,127)
0 Favorites   0 Comments

Color spaces of #ddfa7f

RGB 221250127
HSL0.210.920.74
HSV74°49°98°
CMYK 0.120.000.49   0.02
XYZ67.835285.275732.9632
Yxy85.27570.36460.4583
Hunter Lab92.3448-30.479943.4774
CIE-Lab94.0018-27.315755.3653

#ddfa7f color RGB value is (221,250,127).

#ddfa7f hex color red value is 221, green value is 250 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ddfa7f hue: 0.21 , saturation: 0.92 and the lightness value of ddfa7f is 0.74.

The process color (four color CMYK) of #ddfa7f color code is 0.12, 0.00, 0.49, 0.02. Web safe color of #ddfa7f is #ccff66. Color #ddfa7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 01111111
Octal 335 372 177
Decimal 221 250 127
Hex DD FA 7F

RGB Percentages of Color #ddfa7f

%36.96
%41.81
%21.24

CMYK Percentages of Color #ddfa7f

%12
%0
%49
%2

Triadic Colors of #ddfa7f

#ddfa7f #7fddfa #fa7fdd

Analogous Colors of #ddfa7f

#ddfa7f #a0fa7f #fada7f

Monochromatic Colors of #ddfa7f

#ddfa7f

Complementary Color

#ddfa7f #9c7ffa

#ddfa7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfa7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfa7f Color CSS Codes

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

#ddfa7f Text Font Color

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

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


#ddfa7f Background Color

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

This div background color is #ddfa7f


#ddfa7f Border Color

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

This div border color is #ddfa7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfa7f


Comments

No comments written yet.

Please login to write comment.