Color Hex Logo

#ddfa81 Color Hex

#DDFA81
(221,250,129)
0 Favorites   0 Comments

Color spaces of #ddfa81

RGB 221250129
HSL0.210.920.74
HSV74°48°98°
CMYK 0.120.000.48   0.02
XYZ67.966885.328333.6567
Yxy85.32830.36360.4564
Hunter Lab92.3733-30.315943.0587
CIE-Lab94.0244-27.124454.4691

#ddfa81 color RGB value is (221,250,129).

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

The process color (four color CMYK) of #ddfa81 color hex is 0.12, 0.00, 0.48, 0.02. Web safe color of #ddfa81 is #ccff99. Color #ddfa81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 10000001
Octal 335 372 201
Decimal 221 250 129
Hex DD FA 81

RGB Percentages of Color #ddfa81

%36.83
%41.67
%21.50

CMYK Percentages of Color #ddfa81

%12
%0
%48
%2

Triadic Colors of #ddfa81

#ddfa81 #81ddfa #fa81dd

Analogous Colors of #ddfa81

#ddfa81 #a1fa81 #fadb81

Monochromatic Colors of #ddfa81

#ddfa81

Complementary Color

#ddfa81 #9e81fa

#ddfa81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfa81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfa81 Color CSS Codes

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

#ddfa81 Text Font Color

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

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


#ddfa81 Background Color

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

This div background color is #ddfa81


#ddfa81 Border Color

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

This div border color is #ddfa81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfa81


Comments

No comments written yet.

Please login to write comment.