Color Hex Logo

#ddf944 Color Hex

#DDF944
(221,249,68)
0 Favorites   0 Comments

Color spaces of #ddf944

RGB 22124968
HSL0.190.940.62
HSV69°73°98°
CMYK 0.110.000.73   0.02
XYZ64.737983.540918.1818
Yxy83.54090.38890.5019
Hunter Lab91.4007-33.522152.1863
CIE-Lab93.2507-30.985378.2291

#ddf944 color RGB value is (221,249,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 01000100
Octal 335 371 104
Decimal 221 249 68
Hex DD F9 44

RGB Percentages of Color #ddf944

%41.08
%46.28
%12.64

CMYK Percentages of Color #ddf944

%11
%0
%73
%2

Triadic Colors of #ddf944

#ddf944 #44ddf9 #f944dd

Analogous Colors of #ddf944

#ddf944 #83f944 #f9bb44

Monochromatic Colors of #ddf944

#ddf944

Complementary Color

#ddf944 #6044f9

#ddf944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf944 Color CSS Codes

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

#ddf944 Text Font Color

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

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


#ddf944 Background Color

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

This div background color is #ddf944


#ddf944 Border Color

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

This div border color is #ddf944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf944


Comments

No comments written yet.

Please login to write comment.