Color Hex Logo

#ddfa6a Color Hex

#DDFA6A
(221,250,106)
0 Favorites   0 Comments

Color spaces of #ddfa6a

RGB 221250106
HSL0.200.940.70
HSV72°58°98°
CMYK 0.120.000.58   0.02
XYZ66.605984.784026.4901
Yxy84.78400.37440.4766
Hunter Lab92.0782-32.016847.3975
CIE-Lab93.7900-29.118364.4384

#ddfa6a color RGB value is (221,250,106).

#ddfa6a hex color red value is 221, green value is 250 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ddfa6a hue: 0.20 , saturation: 0.94 and the lightness value of ddfa6a is 0.70.

The process color (four color CMYK) of #ddfa6a color hex is 0.12, 0.00, 0.58, 0.02. Web safe color of #ddfa6a is #ccff66. Color #ddfa6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 01101010
Octal 335 372 152
Decimal 221 250 106
Hex DD FA 6A

RGB Percentages of Color #ddfa6a

%38.30
%43.33
%18.37

CMYK Percentages of Color #ddfa6a

%12
%0
%58
%2

Triadic Colors of #ddfa6a

#ddfa6a #6addfa #fa6add

Analogous Colors of #ddfa6a

#ddfa6a #95fa6a #facf6a

Monochromatic Colors of #ddfa6a

#ddfa6a

Complementary Color

#ddfa6a #876afa

#ddfa6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfa6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfa6a Color CSS Codes

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

#ddfa6a Text Font Color

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

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


#ddfa6a Background Color

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

This div background color is #ddfa6a


#ddfa6a Border Color

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

This div border color is #ddfa6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfa6a


Comments

No comments written yet.

Please login to write comment.