Color Hex Logo

#ddf81a Color Hex

#DDF81A
(221,248,26)
0 Favorites   0 Comments

Color spaces of #ddf81a

RGB 22124826
HSL0.190.940.54
HSV67°90°97°
CMYK 0.110.000.90   0.03
XYZ63.572682.581513.5665
Yxy82.58150.39800.5170
Hunter Lab90.8744-34.157654.7607
CIE-Lab92.8309-31.831287.7471

#ddf81a color RGB value is (221,248,26).

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

The process color (four color CMYK) of #ddf81a color hex is 0.11, 0.00, 0.90, 0.03. Web safe color of #ddf81a is #ccff33. Color #ddf81a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111000 00011010
Octal 335 370 32
Decimal 221 248 26
Hex DD F8 1A

RGB Percentages of Color #ddf81a

%44.65
%50.10
%5.25

CMYK Percentages of Color #ddf81a

%11
%0
%90
%3

Triadic Colors of #ddf81a

#ddf81a #1addf8 #f81add

Analogous Colors of #ddf81a

#ddf81a #6ef81a #f8a41a

Monochromatic Colors of #ddf81a

#ddf81a

Complementary Color

#ddf81a #351af8

#ddf81a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf81a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf81a Color CSS Codes

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

#ddf81a Text Font Color

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

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


#ddf81a Background Color

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

This div background color is #ddf81a


#ddf81a Border Color

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

This div border color is #ddf81a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,248,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 #ddf81a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf81a


Comments

No comments written yet.

Please login to write comment.