Color Hex Logo

#ddf476 Color Hex

#DDF476
(221,244,118)
0 Favorites   0 Comments

Color spaces of #ddf476

RGB 221244118
HSL0.200.850.71
HSV71°52°96°
CMYK 0.090.000.52   0.04
XYZ65.439581.381529.3987
Yxy81.38150.37140.4618
Hunter Lab90.2117-28.386743.8264
CIE-Lab92.3012-25.308957.4597

#ddf476 color RGB value is (221,244,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110100 01110110
Octal 335 364 166
Decimal 221 244 118
Hex DD F4 76

RGB Percentages of Color #ddf476

%37.91
%41.85
%20.24

CMYK Percentages of Color #ddf476

%9
%0
%52
%4

Triadic Colors of #ddf476

#ddf476 #76ddf4 #f476dd

Analogous Colors of #ddf476

#ddf476 #9ef476 #f4cc76

Monochromatic Colors of #ddf476

#ddf476

Complementary Color

#ddf476 #8d76f4

#ddf476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf476 Color CSS Codes

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

#ddf476 Text Font Color

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

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


#ddf476 Background Color

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

This div background color is #ddf476


#ddf476 Border Color

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

This div border color is #ddf476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf476


Comments

No comments written yet.

Please login to write comment.