Color Hex Logo

#ddf490 Color Hex

#DDF490
(221,244,144)
0 Favorites   0 Comments

Color spaces of #ddf490

RGB 221244144
HSL0.210.820.76
HSV74°41°96°
CMYK 0.090.000.41   0.04
XYZ67.203582.087138.6880
Yxy82.08710.35750.4367
Hunter Lab90.6019-26.152038.1039
CIE-Lab92.6133-22.722145.6082

#ddf490 color RGB value is (221,244,144).

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

The process color (four color CMYK) of #ddf490 color hex is 0.09, 0.00, 0.41, 0.04. Web safe color of #ddf490 is #ccff99. Color #ddf490 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110100 10010000
Octal 335 364 220
Decimal 221 244 144
Hex DD F4 90

RGB Percentages of Color #ddf490

%36.29
%40.07
%23.65

CMYK Percentages of Color #ddf490

%9
%0
%41
%4

Triadic Colors of #ddf490

#ddf490 #90ddf4 #f490dd

Analogous Colors of #ddf490

#ddf490 #abf490 #f4d990

Monochromatic Colors of #ddf490

#ddf490

Complementary Color

#ddf490 #a790f4

#ddf490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf490 Color CSS Codes

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

#ddf490 Text Font Color

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

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


#ddf490 Background Color

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

This div background color is #ddf490


#ddf490 Border Color

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

This div border color is #ddf490


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,244,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 #ddf490">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf490


Comments

No comments written yet.

Please login to write comment.