Color Hex Logo

#ddf119 Color Hex

#DDF119
(221,241,25)
0 Favorites   0 Comments

Color spaces of #ddf119

RGB 22124125
HSL0.180.890.52
HSV66°90°95°
CMYK 0.080.000.90   0.05
XYZ61.449678.352912.8046
Yxy78.35290.40270.5134
Hunter Lab88.5172-30.988453.3853
CIE-Lab90.9407-28.606586.3942

#ddf119 color RGB value is (221,241,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 00011001
Octal 335 361 31
Decimal 221 241 25
Hex DD F1 19

RGB Percentages of Color #ddf119

%45.38
%49.49
%5.13

CMYK Percentages of Color #ddf119

%8
%0
%90
%5

Triadic Colors of #ddf119

#ddf119 #19ddf1 #f119dd

Analogous Colors of #ddf119

#ddf119 #71f119 #f19919

Monochromatic Colors of #ddf119

#ddf119

Complementary Color

#ddf119 #2d19f1

#ddf119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf119 Color CSS Codes

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

#ddf119 Text Font Color

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

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


#ddf119 Background Color

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

This div background color is #ddf119


#ddf119 Border Color

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

This div border color is #ddf119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf119


Comments

No comments written yet.

Please login to write comment.