Color Hex Logo

#ddf491 Color Hex

#DDF491
(221,244,145)
0 Favorites   0 Comments

Color spaces of #ddf491

RGB 221244145
HSL0.210.820.76
HSV74°41°96°
CMYK 0.090.000.41   0.04
XYZ67.280382.117939.0923
Yxy82.11790.35690.4357
Hunter Lab90.6189-26.055337.8560
CIE-Lab92.6269-22.611145.1398

#ddf491 color RGB value is (221,244,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110100 10010001
Octal 335 364 221
Decimal 221 244 145
Hex DD F4 91

RGB Percentages of Color #ddf491

%36.23
%40.00
%23.77

CMYK Percentages of Color #ddf491

%9
%0
%41
%4

Triadic Colors of #ddf491

#ddf491 #91ddf4 #f491dd

Analogous Colors of #ddf491

#ddf491 #acf491 #f4da91

Monochromatic Colors of #ddf491

#ddf491

Complementary Color

#ddf491 #a891f4

#ddf491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf491 Color CSS Codes

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

#ddf491 Text Font Color

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

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


#ddf491 Background Color

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

This div background color is #ddf491


#ddf491 Border Color

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

This div border color is #ddf491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf491


Comments

No comments written yet.

Please login to write comment.