Color Hex Logo

#ddfa90 Color Hex

#DDFA90
(221,250,144)
0 Favorites   0 Comments

Color spaces of #ddfa90

RGB 221250144
HSL0.210.910.77
HSV76°42°98°
CMYK 0.120.000.42   0.02
XYZ69.038485.757039.2996
Yxy85.75700.35570.4418
Hunter Lab92.6051-28.984639.6622
CIE-Lab94.2084-25.579747.6157

#ddfa90 color RGB value is (221,250,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 10010000
Octal 335 372 220
Decimal 221 250 144
Hex DD FA 90

RGB Percentages of Color #ddfa90

%35.93
%40.65
%23.41

CMYK Percentages of Color #ddfa90

%12
%0
%42
%2

Triadic Colors of #ddfa90

#ddfa90 #90ddfa #fa90dd

Analogous Colors of #ddfa90

#ddfa90 #a8fa90 #fae290

Monochromatic Colors of #ddfa90

#ddfa90

Complementary Color

#ddfa90 #ad90fa

#ddfa90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfa90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfa90 Color CSS Codes

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

#ddfa90 Text Font Color

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

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


#ddfa90 Background Color

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

This div background color is #ddfa90


#ddfa90 Border Color

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

This div border color is #ddfa90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfa90


Comments

No comments written yet.

Please login to write comment.