Color Hex Logo

#ddfc6f Color Hex

#DDFC6F
(221,252,111)
0 Favorites   0 Comments

Color spaces of #ddfc6f

RGB 221252111
HSL0.200.960.71
HSV73°56°99°
CMYK 0.120.000.56   0.01
XYZ67.498486.140728.1082
Yxy86.14070.37140.4740
Hunter Lab92.8120-32.605247.0124
CIE-Lab94.3725-29.654362.9507

#ddfc6f color RGB value is (221,252,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 01101111
Octal 335 374 157
Decimal 221 252 111
Hex DD FC 6F

RGB Percentages of Color #ddfc6f

%37.84
%43.15
%19.01

CMYK Percentages of Color #ddfc6f

%12
%0
%56
%1

Triadic Colors of #ddfc6f

#ddfc6f #6fddfc #fc6fdd

Analogous Colors of #ddfc6f

#ddfc6f #97fc6f #fcd56f

Monochromatic Colors of #ddfc6f

#ddfc6f

Complementary Color

#ddfc6f #8e6ffc

#ddfc6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfc6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfc6f Color CSS Codes

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

#ddfc6f Text Font Color

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

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


#ddfc6f Background Color

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

This div background color is #ddfc6f


#ddfc6f Border Color

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

This div border color is #ddfc6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfc6f


Comments

No comments written yet.

Please login to write comment.