Color Hex Logo

#ddf25a Color Hex

#DDF25A
(221,242,90)
0 Favorites   0 Comments

Color spaces of #ddf25a

RGB 22124290
HSL0.190.850.65
HSV68°63°95°
CMYK 0.090.000.63   0.05
XYZ63.416479.614621.6976
Yxy79.61460.38500.4833
Hunter Lab89.2270-29.281848.0412
CIE-Lab91.5117-26.503368.5458

#ddf25a color RGB value is (221,242,90).

#ddf25a hex color red value is 221, green value is 242 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ddf25a hue: 0.19 , saturation: 0.85 and the lightness value of ddf25a is 0.65.

The process color (four color CMYK) of #ddf25a color hex is 0.09, 0.00, 0.63, 0.05. Web safe color of #ddf25a is #ccff66. Color #ddf25a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110010 01011010
Octal 335 362 132
Decimal 221 242 90
Hex DD F2 5A

RGB Percentages of Color #ddf25a

%39.96
%43.76
%16.27

CMYK Percentages of Color #ddf25a

%9
%0
%63
%5

Triadic Colors of #ddf25a

#ddf25a #5addf2 #f25add

Analogous Colors of #ddf25a

#ddf25a #91f25a #f2bb5a

Monochromatic Colors of #ddf25a

#ddf25a

Complementary Color

#ddf25a #6f5af2

#ddf25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf25a Color CSS Codes

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

#ddf25a Text Font Color

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

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


#ddf25a Background Color

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

This div background color is #ddf25a


#ddf25a Border Color

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

This div border color is #ddf25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf25a


Comments

No comments written yet.

Please login to write comment.