Color Hex Logo

#ddf19d Color Hex

#DDF19D
(221,241,157)
0 Favorites   0 Comments

Color spaces of #ddf19d

RGB 221241157
HSL0.210.750.78
HSV74°35°95°
CMYK 0.080.000.35   0.05
XYZ67.359980.717143.9280
Yxy80.71710.35080.4204
Hunter Lab89.8427-23.393733.9004
CIE-Lab92.0057-19.757838.4339

#ddf19d color RGB value is (221,241,157).

#ddf19d hex color red value is 221, green value is 241 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ddf19d hue: 0.21 , saturation: 0.75 and the lightness value of ddf19d is 0.78.

The process color (four color CMYK) of #ddf19d color hex is 0.08, 0.00, 0.35, 0.05. Web safe color of #ddf19d is #ccff99. Color #ddf19d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 10011101
Octal 335 361 235
Decimal 221 241 157
Hex DD F1 9D

RGB Percentages of Color #ddf19d

%35.70
%38.93
%25.36

CMYK Percentages of Color #ddf19d

%8
%0
%35
%5

Triadic Colors of #ddf19d

#ddf19d #9dddf1 #f19ddd

Analogous Colors of #ddf19d

#ddf19d #b3f19d #f1db9d

Monochromatic Colors of #ddf19d

#ddf19d

Complementary Color

#ddf19d #b19df1

#ddf19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf19d Color CSS Codes

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

#ddf19d Text Font Color

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

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


#ddf19d Background Color

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

This div background color is #ddf19d


#ddf19d Border Color

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

This div border color is #ddf19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf19d


Comments

No comments written yet.

Please login to write comment.