Color Hex Logo

#ddf25d Color Hex

#DDF25D
(221,242,93)
0 Favorites   0 Comments

Color spaces of #ddf25d

RGB 22124293
HSL0.190.850.66
HSV68°62°95°
CMYK 0.090.000.62   0.05
XYZ63.546779.666722.3839
Yxy79.66670.38370.4811
Hunter Lab89.2562-29.113847.6104
CIE-Lab91.5351-26.305367.3673

#ddf25d color RGB value is (221,242,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110010 01011101
Octal 335 362 135
Decimal 221 242 93
Hex DD F2 5D

RGB Percentages of Color #ddf25d

%39.75
%43.53
%16.73

CMYK Percentages of Color #ddf25d

%9
%0
%62
%5

Triadic Colors of #ddf25d

#ddf25d #5dddf2 #f25ddd

Analogous Colors of #ddf25d

#ddf25d #93f25d #f2bd5d

Monochromatic Colors of #ddf25d

#ddf25d

Complementary Color

#ddf25d #725df2

#ddf25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf25d Color CSS Codes

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

#ddf25d Text Font Color

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

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


#ddf25d Background Color

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

This div background color is #ddf25d


#ddf25d Border Color

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

This div border color is #ddf25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf25d


Comments

No comments written yet.

Please login to write comment.