color codes Logo

#ddf73e color codes

#DDF73E
(221,247,62)
0 Favorites   0 Comments

Color spaces of #ddf73e

RGB 22124762
HSL0.190.920.61
HSV68°75°97°
CMYK 0.110.000.75   0.03
XYZ63.949182.241517.0611
Yxy82.24150.39170.5038
Hunter Lab90.6871-32.831052.3267
CIE-Lab92.6813-30.325179.5584

#ddf73e color RGB value is (221,247,62).

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

The process color (four color CMYK) of #ddf73e color code is 0.11, 0.00, 0.75, 0.03. Web safe color of #ddf73e is #ccff33. Color #ddf73e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110111 00111110
Octal 335 367 76
Decimal 221 247 62
Hex DD F7 3E

RGB Percentages of Color #ddf73e

%41.70
%46.60
%11.70

CMYK Percentages of Color #ddf73e

%11
%0
%75
%3

Triadic Colors of #ddf73e

#ddf73e #3eddf7 #f73edd

Analogous Colors of #ddf73e

#ddf73e #81f73e #f7b53e

Monochromatic Colors of #ddf73e

#ddf73e

Complementary Color

#ddf73e #583ef7

#ddf73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf73e Color CSS Codes

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

#ddf73e Text Font Color

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

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


#ddf73e Background Color

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

This div background color is #ddf73e


#ddf73e Border Color

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

This div border color is #ddf73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf73e

Related Colors


Comments

No comments written yet.

Please login to write comment.