Color Hex Logo

#ddf217 Color Hex

#DDF217
(221,242,23)
0 Favorites   0 Comments

Color spaces of #ddf217

RGB 22124223
HSL0.180.890.52
HSV66°90°95°
CMYK 0.090.000.90   0.05
XYZ61.725678.938312.7939
Yxy78.93830.40220.5144
Hunter Lab88.8472-31.471853.6554
CIE-Lab91.2064-29.105386.8796

#ddf217 color RGB value is (221,242,23).

#ddf217 hex color red value is 221, green value is 242 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #ddf217 hue: 0.18 , saturation: 0.89 and the lightness value of ddf217 is 0.52.

The process color (four color CMYK) of #ddf217 color hex is 0.09, 0.00, 0.90, 0.05. Web safe color of #ddf217 is #ccff00. Color #ddf217 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110010 00010111
Octal 335 362 27
Decimal 221 242 23
Hex DD F2 17

RGB Percentages of Color #ddf217

%45.47
%49.79
%4.73

CMYK Percentages of Color #ddf217

%9
%0
%90
%5

Triadic Colors of #ddf217

#ddf217 #17ddf2 #f217dd

Analogous Colors of #ddf217

#ddf217 #70f217 #f29a17

Monochromatic Colors of #ddf217

#ddf217

Complementary Color

#ddf217 #2c17f2

#ddf217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf217 Color CSS Codes

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

#ddf217 Text Font Color

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

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


#ddf217 Background Color

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

This div background color is #ddf217


#ddf217 Border Color

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

This div border color is #ddf217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf217


Comments

No comments written yet.

Please login to write comment.