Color Hex Logo

#ddfc8e Color Hex

#DDFC8E
(221,252,142)
0 Favorites   0 Comments

Color spaces of #ddfc8e

RGB 221252142
HSL0.210.950.77
HSV77°44°99°
CMYK 0.120.000.44   0.01
XYZ69.511786.946038.7098
Yxy86.94600.35620.4455
Hunter Lab93.2448-30.111240.6576
CIE-Lab94.7154-26.740349.2058

#ddfc8e color RGB value is (221,252,142).

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

The process color (four color CMYK) of #ddfc8e color hex is 0.12, 0.00, 0.44, 0.01. Web safe color of #ddfc8e is #ccff99. Color #ddfc8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 10001110
Octal 335 374 216
Decimal 221 252 142
Hex DD FC 8E

RGB Percentages of Color #ddfc8e

%35.93
%40.98
%23.09

CMYK Percentages of Color #ddfc8e

%12
%0
%44
%1

Triadic Colors of #ddfc8e

#ddfc8e #8eddfc #fc8edd

Analogous Colors of #ddfc8e

#ddfc8e #a6fc8e #fce48e

Monochromatic Colors of #ddfc8e

#ddfc8e

Complementary Color

#ddfc8e #ad8efc

#ddfc8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfc8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfc8e Color CSS Codes

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

#ddfc8e Text Font Color

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

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


#ddfc8e Background Color

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

This div background color is #ddfc8e


#ddfc8e Border Color

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

This div border color is #ddfc8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfc8e


Comments

No comments written yet.

Please login to write comment.