Color Hex Logo

#ddf01e Color Hex

#DDF01E
(221,240,30)
0 Favorites   0 Comments

Color spaces of #ddf01e

RGB 22124030
HSL0.180.880.53
HSV65°88°94°
CMYK 0.080.000.88   0.06
XYZ61.213277.786113.0162
Yxy77.78610.40270.5117
Hunter Lab88.1964-30.454952.9874
CIE-Lab90.6822-28.047485.4117

#ddf01e color RGB value is (221,240,30).

#ddf01e hex color red value is 221, green value is 240 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ddf01e hue: 0.18 , saturation: 0.88 and the lightness value of ddf01e is 0.53.

The process color (four color CMYK) of #ddf01e color hex is 0.08, 0.00, 0.88, 0.06. Web safe color of #ddf01e is #ccff33. Color #ddf01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110000 00011110
Octal 335 360 36
Decimal 221 240 30
Hex DD F0 1E

RGB Percentages of Color #ddf01e

%45.01
%48.88
%6.11

CMYK Percentages of Color #ddf01e

%8
%0
%88
%6

Triadic Colors of #ddf01e

#ddf01e #1eddf0 #f01edd

Analogous Colors of #ddf01e

#ddf01e #74f01e #f09a1e

Monochromatic Colors of #ddf01e

#ddf01e

Complementary Color

#ddf01e #311ef0

#ddf01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf01e Color CSS Codes

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

#ddf01e Text Font Color

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

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


#ddf01e Background Color

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

This div background color is #ddf01e


#ddf01e Border Color

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

This div border color is #ddf01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf01e


Comments

No comments written yet.

Please login to write comment.