Color Hex Logo

#ddf17f Color Hex

#DDF17F
(221,241,127)
0 Favorites   0 Comments

Color spaces of #ddf17f

RGB 221241127
HSL0.200.800.72
HSV71°47°95°
CMYK 0.080.000.47   0.05
XYZ65.104979.815132.0531
Yxy79.81510.36790.4510
Hunter Lab89.3393-26.264141.2655
CIE-Lab91.6018-23.048252.4750

#ddf17f color RGB value is (221,241,127).

#ddf17f hex color red value is 221, green value is 241 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ddf17f hue: 0.20 , saturation: 0.80 and the lightness value of ddf17f is 0.72.

The process color (four color CMYK) of #ddf17f color hex is 0.08, 0.00, 0.47, 0.05. Web safe color of #ddf17f is #ccff66. Color #ddf17f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 01111111
Octal 335 361 177
Decimal 221 241 127
Hex DD F1 7F

RGB Percentages of Color #ddf17f

%37.52
%40.92
%21.56

CMYK Percentages of Color #ddf17f

%8
%0
%47
%5

Triadic Colors of #ddf17f

#ddf17f #7fddf1 #f17fdd

Analogous Colors of #ddf17f

#ddf17f #a4f17f #f1cc7f

Monochromatic Colors of #ddf17f

#ddf17f

Complementary Color

#ddf17f #937ff1

#ddf17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf17f Color CSS Codes

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

#ddf17f Text Font Color

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

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


#ddf17f Background Color

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

This div background color is #ddf17f


#ddf17f Border Color

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

This div border color is #ddf17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf17f


Comments

No comments written yet.

Please login to write comment.