Color Hex Logo

#ddf93d Color Hex

#DDF93D
(221,249,61)
0 Favorites   0 Comments

Color spaces of #ddf93d

RGB 22124961
HSL0.190.940.61
HSV69°76°98°
CMYK 0.110.000.76   0.02
XYZ64.536883.460417.1229
Yxy83.46040.39080.5055
Hunter Lab91.3567-33.777052.8370
CIE-Lab93.2156-31.290080.3496

#ddf93d color RGB value is (221,249,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 00111101
Octal 335 371 75
Decimal 221 249 61
Hex DD F9 3D

RGB Percentages of Color #ddf93d

%41.62
%46.89
%11.49

CMYK Percentages of Color #ddf93d

%11
%0
%76
%2

Triadic Colors of #ddf93d

#ddf93d #3dddf9 #f93ddd

Analogous Colors of #ddf93d

#ddf93d #7ff93d #f9b73d

Monochromatic Colors of #ddf93d

#ddf93d

Complementary Color

#ddf93d #593df9

#ddf93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf93d Color CSS Codes

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

#ddf93d Text Font Color

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

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


#ddf93d Background Color

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

This div background color is #ddf93d


#ddf93d Border Color

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

This div border color is #ddf93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf93d


Comments

No comments written yet.

Please login to write comment.