Color Hex Logo

#ddf478 Color Hex

#DDF478
(221,244,120)
0 Favorites   0 Comments

Color spaces of #ddf478

RGB 221244120
HSL0.200.850.71
HSV71°51°96°
CMYK 0.090.000.51   0.04
XYZ65.559681.429630.0314
Yxy81.42960.37040.4600
Hunter Lab90.2384-28.234043.4351
CIE-Lab92.3225-25.130956.5757

#ddf478 color RGB value is (221,244,120).

#ddf478 hex color red value is 221, green value is 244 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ddf478 hue: 0.20 , saturation: 0.85 and the lightness value of ddf478 is 0.71.

The process color (four color CMYK) of #ddf478 color hex is 0.09, 0.00, 0.51, 0.04. Web safe color of #ddf478 is #ccff66. Color #ddf478 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110100 01111000
Octal 335 364 170
Decimal 221 244 120
Hex DD F4 78

RGB Percentages of Color #ddf478

%37.78
%41.71
%20.51

CMYK Percentages of Color #ddf478

%9
%0
%51
%4

Triadic Colors of #ddf478

#ddf478 #78ddf4 #f478dd

Analogous Colors of #ddf478

#ddf478 #9ff478 #f4cd78

Monochromatic Colors of #ddf478

#ddf478

Complementary Color

#ddf478 #8f78f4

#ddf478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf478 Color CSS Codes

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

#ddf478 Text Font Color

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

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


#ddf478 Background Color

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

This div background color is #ddf478


#ddf478 Border Color

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

This div border color is #ddf478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf478


Comments

No comments written yet.

Please login to write comment.