Color Hex Logo

#ddf616 Color Hex

#DDF616
(221,246,22)
0 Favorites   0 Comments

Color spaces of #ddf616

RGB 22124622
HSL0.190.930.53
HSV67°91°96°
CMYK 0.100.000.91   0.04
XYZ62.919481.341613.1434
Yxy81.34160.39970.5168
Hunter Lab90.1896-33.303954.4923
CIE-Lab92.2835-30.974587.8527

#ddf616 color RGB value is (221,246,22).

#ddf616 hex color red value is 221, green value is 246 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ddf616 hue: 0.19 , saturation: 0.93 and the lightness value of ddf616 is 0.53.

The process color (four color CMYK) of #ddf616 color hex is 0.10, 0.00, 0.91, 0.04. Web safe color of #ddf616 is #ccff00. Color #ddf616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 00010110
Octal 335 366 26
Decimal 221 246 22
Hex DD F6 16

RGB Percentages of Color #ddf616

%45.19
%50.31
%4.50

CMYK Percentages of Color #ddf616

%10
%0
%91
%4

Triadic Colors of #ddf616

#ddf616 #16ddf6 #f616dd

Analogous Colors of #ddf616

#ddf616 #6df616 #f69f16

Monochromatic Colors of #ddf616

#ddf616

Complementary Color

#ddf616 #2f16f6

#ddf616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf616 Color CSS Codes

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

#ddf616 Text Font Color

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

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


#ddf616 Background Color

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

This div background color is #ddf616


#ddf616 Border Color

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

This div border color is #ddf616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf616


Comments

No comments written yet.

Please login to write comment.