Color Hex Logo

#ddf940 Color Hex

#DDF940
(221,249,64)
0 Favorites   0 Comments

Color spaces of #ddf940

RGB 22124964
HSL0.190.940.61
HSV69°74°98°
CMYK 0.110.000.74   0.02
XYZ64.619983.493717.5606
Yxy83.49370.39000.5040
Hunter Lab91.3749-33.671752.5680
CIE-Lab93.2302-31.164079.4625

#ddf940 color RGB value is (221,249,64).

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

The process color (four color CMYK) of #ddf940 color hex is 0.11, 0.00, 0.74, 0.02. Web safe color of #ddf940 is #ccff33. Color #ddf940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 01000000
Octal 335 371 100
Decimal 221 249 64
Hex DD F9 40

RGB Percentages of Color #ddf940

%41.39
%46.63
%11.99

CMYK Percentages of Color #ddf940

%11
%0
%74
%2

Triadic Colors of #ddf940

#ddf940 #40ddf9 #f940dd

Analogous Colors of #ddf940

#ddf940 #81f940 #f9b940

Monochromatic Colors of #ddf940

#ddf940

Complementary Color

#ddf940 #5c40f9

#ddf940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf940 Color CSS Codes

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

#ddf940 Text Font Color

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

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


#ddf940 Background Color

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

This div background color is #ddf940


#ddf940 Border Color

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

This div border color is #ddf940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf940


Comments

No comments written yet.

Please login to write comment.