Color Hex Logo

#ddf549 Color Hex

#DDF549
(221,245,73)
0 Favorites   0 Comments

Color spaces of #ddf549

RGB 22124573
HSL0.190.900.62
HSV68°70°96°
CMYK 0.100.000.70   0.04
XYZ63.673881.158018.6124
Yxy81.15800.38960.4965
Hunter Lab90.0877-31.490250.8119
CIE-Lab92.2020-28.888375.5582

#ddf549 color RGB value is (221,245,73).

#ddf549 hex color red value is 221, green value is 245 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ddf549 hue: 0.19 , saturation: 0.90 and the lightness value of ddf549 is 0.62.

The process color (four color CMYK) of #ddf549 color hex is 0.10, 0.00, 0.70, 0.04. Web safe color of #ddf549 is #ccff33. Color #ddf549 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110101 01001001
Octal 335 365 111
Decimal 221 245 73
Hex DD F5 49

RGB Percentages of Color #ddf549

%41.00
%45.45
%13.54

CMYK Percentages of Color #ddf549

%10
%0
%70
%4

Triadic Colors of #ddf549

#ddf549 #49ddf5 #f549dd

Analogous Colors of #ddf549

#ddf549 #87f549 #f5b749

Monochromatic Colors of #ddf549

#ddf549

Complementary Color

#ddf549 #6149f5

#ddf549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf549 Color CSS Codes

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

#ddf549 Text Font Color

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

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


#ddf549 Background Color

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

This div background color is #ddf549


#ddf549 Border Color

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

This div border color is #ddf549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf549


Comments

No comments written yet.

Please login to write comment.