Color Hex Logo

#ddf92d Color Hex

#DDF92D
(221,249,45)
0 Favorites   0 Comments

Color spaces of #ddf92d

RGB 22124945
HSL0.190.940.58
HSV68°82°98°
CMYK 0.110.000.82   0.02
XYZ64.168183.313015.1816
Yxy83.31300.39450.5122
Hunter Lab91.2760-34.245354.0317
CIE-Lab93.1513-31.851284.4830

#ddf92d color RGB value is (221,249,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 00101101
Octal 335 371 55
Decimal 221 249 45
Hex DD F9 2D

RGB Percentages of Color #ddf92d

%42.91
%48.35
%8.74

CMYK Percentages of Color #ddf92d

%11
%0
%82
%2

Triadic Colors of #ddf92d

#ddf92d #2dddf9 #f92ddd

Analogous Colors of #ddf92d

#ddf92d #77f92d #f9af2d

Monochromatic Colors of #ddf92d

#ddf92d

Complementary Color

#ddf92d #492df9

#ddf92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf92d Color CSS Codes

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

#ddf92d Text Font Color

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

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


#ddf92d Background Color

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

This div background color is #ddf92d


#ddf92d Border Color

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

This div border color is #ddf92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf92d


Comments

No comments written yet.

Please login to write comment.