Color Hex Logo

#ddfc6e Color Hex

#DDFC6E
(221,252,110)
0 Favorites   0 Comments

Color spaces of #ddfc6e

RGB 221252110
HSL0.200.960.71
HSV73°56°99°
CMYK 0.120.000.56   0.01
XYZ67.443786.118727.8198
Yxy86.11870.37180.4748
Hunter Lab92.8002-32.673147.1860
CIE-Lab94.3631-29.734363.3715

#ddfc6e color RGB value is (221,252,110).

#ddfc6e hex color red value is 221, green value is 252 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ddfc6e hue: 0.20 , saturation: 0.96 and the lightness value of ddfc6e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 01101110
Octal 335 374 156
Decimal 221 252 110
Hex DD FC 6E

RGB Percentages of Color #ddfc6e

%37.91
%43.22
%18.87

CMYK Percentages of Color #ddfc6e

%12
%0
%56
%1

Triadic Colors of #ddfc6e

#ddfc6e #6eddfc #fc6edd

Analogous Colors of #ddfc6e

#ddfc6e #96fc6e #fcd46e

Monochromatic Colors of #ddfc6e

#ddfc6e

Complementary Color

#ddfc6e #8d6efc

#ddfc6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfc6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfc6e Color CSS Codes

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

#ddfc6e Text Font Color

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

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


#ddfc6e Background Color

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

This div background color is #ddfc6e


#ddfc6e Border Color

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

This div border color is #ddfc6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfc6e


Comments

No comments written yet.

Please login to write comment.