Color Hex Logo

#ddfa89 Color Hex

#DDFA89
(221,250,137)
0 Favorites   0 Comments

Color spaces of #ddfa89

RGB 221250137
HSL0.210.920.76
HSV75°45°98°
CMYK 0.120.000.45   0.02
XYZ68.519885.549536.5682
Yxy85.54950.35940.4488
Hunter Lab92.4930-29.628041.3041
CIE-Lab94.1194-26.324550.8408

#ddfa89 color RGB value is (221,250,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 10001001
Octal 335 372 211
Decimal 221 250 137
Hex DD FA 89

RGB Percentages of Color #ddfa89

%36.35
%41.12
%22.53

CMYK Percentages of Color #ddfa89

%12
%0
%45
%2

Triadic Colors of #ddfa89

#ddfa89 #89ddfa #fa89dd

Analogous Colors of #ddfa89

#ddfa89 #a5fa89 #fadf89

Monochromatic Colors of #ddfa89

#ddfa89

Complementary Color

#ddfa89 #a689fa

#ddfa89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfa89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfa89 Color CSS Codes

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

#ddfa89 Text Font Color

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

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


#ddfa89 Background Color

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

This div background color is #ddfa89


#ddfa89 Border Color

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

This div border color is #ddfa89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfa89


Comments

No comments written yet.

Please login to write comment.