Color Hex Logo

#ddfc7f Color Hex

#DDFC7F
(221,252,127)
0 Favorites   0 Comments

Color spaces of #ddfc7f

RGB 221252127
HSL0.210.950.74
HSV75°50°99°
CMYK 0.120.000.50   0.01
XYZ68.460086.525333.1715
Yxy86.52530.36380.4599
Hunter Lab93.0190-31.411043.9699
CIE-Lab94.5365-28.252856.0050

#ddfc7f color RGB value is (221,252,127).

#ddfc7f hex color red value is 221, green value is 252 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ddfc7f hue: 0.21 , saturation: 0.95 and the lightness value of ddfc7f is 0.74.

The process color (four color CMYK) of #ddfc7f color hex is 0.12, 0.00, 0.50, 0.01. Web safe color of #ddfc7f is #ccff66. Color #ddfc7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 01111111
Octal 335 374 177
Decimal 221 252 127
Hex DD FC 7F

RGB Percentages of Color #ddfc7f

%36.83
%42.00
%21.17

CMYK Percentages of Color #ddfc7f

%12
%0
%50
%1

Triadic Colors of #ddfc7f

#ddfc7f #7fddfc #fc7fdd

Analogous Colors of #ddfc7f

#ddfc7f #9ffc7f #fcdd7f

Monochromatic Colors of #ddfc7f

#ddfc7f

Complementary Color

#ddfc7f #9e7ffc

#ddfc7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfc7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfc7f Color CSS Codes

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

#ddfc7f Text Font Color

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

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


#ddfc7f Background Color

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

This div background color is #ddfc7f


#ddfc7f Border Color

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

This div border color is #ddfc7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfc7f


Comments

No comments written yet.

Please login to write comment.