Color Hex Logo

#ddf047 Color Hex

#DDF047
(221,240,71)
0 Favorites   0 Comments

Color spaces of #ddf047

RGB 22124071
HSL0.190.850.61
HSV67°70°94°
CMYK 0.080.000.70   0.06
XYZ62.116278.147317.7713
Yxy78.14730.39310.4945
Hunter Lab88.4010-29.276149.9616
CIE-Lab90.8471-26.645274.9201

#ddf047 color RGB value is (221,240,71).

#ddf047 hex color red value is 221, green value is 240 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ddf047 hue: 0.19 , saturation: 0.85 and the lightness value of ddf047 is 0.61.

The process color (four color CMYK) of #ddf047 color hex is 0.08, 0.00, 0.70, 0.06. Web safe color of #ddf047 is #ccff33. Color #ddf047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110000 01000111
Octal 335 360 107
Decimal 221 240 71
Hex DD F0 47

RGB Percentages of Color #ddf047

%41.54
%45.11
%13.35

CMYK Percentages of Color #ddf047

%8
%0
%70
%6

Triadic Colors of #ddf047

#ddf047 #47ddf0 #f047dd

Analogous Colors of #ddf047

#ddf047 #89f047 #f0af47

Monochromatic Colors of #ddf047

#ddf047

Complementary Color

#ddf047 #5a47f0

#ddf047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf047 Color CSS Codes

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

#ddf047 Text Font Color

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

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


#ddf047 Background Color

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

This div background color is #ddf047


#ddf047 Border Color

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

This div border color is #ddf047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf047


Comments

No comments written yet.

Please login to write comment.