Color Hex Logo

#ddf01a Color Hex

#DDF01A
(221,240,26)
0 Favorites   0 Comments

Color spaces of #ddf01a

RGB 22124026
HSL0.180.880.52
HSV65°89°94°
CMYK 0.080.000.89   0.06
XYZ61.165377.766912.7640
Yxy77.76690.40320.5126
Hunter Lab88.1855-30.517553.1482
CIE-Lab90.6734-28.122386.0371

#ddf01a color RGB value is (221,240,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110000 00011010
Octal 335 360 32
Decimal 221 240 26
Hex DD F0 1A

RGB Percentages of Color #ddf01a

%45.38
%49.28
%5.34

CMYK Percentages of Color #ddf01a

%8
%0
%89
%6

Triadic Colors of #ddf01a

#ddf01a #1addf0 #f01add

Analogous Colors of #ddf01a

#ddf01a #72f01a #f0981a

Monochromatic Colors of #ddf01a

#ddf01a

Complementary Color

#ddf01a #2d1af0

#ddf01a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf01a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf01a Color CSS Codes

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

#ddf01a Text Font Color

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

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


#ddf01a Background Color

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

This div background color is #ddf01a


#ddf01a Border Color

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

This div border color is #ddf01a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf01a


Comments

No comments written yet.

Please login to write comment.