Color Hex Logo

#ddfb6f Color Hex

#DDFB6F
(221,251,111)
0 Favorites   0 Comments

Color spaces of #ddfb6f

RGB 221251111
HSL0.200.950.71
HSV73°56°98°
CMYK 0.120.000.56   0.02
XYZ67.185285.514228.0038
Yxy85.51420.37180.4732
Hunter Lab92.4739-32.143446.7770
CIE-Lab94.1042-29.189162.6461

#ddfb6f color RGB value is (221,251,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 01101111
Octal 335 373 157
Decimal 221 251 111
Hex DD FB 6F

RGB Percentages of Color #ddfb6f

%37.91
%43.05
%19.04

CMYK Percentages of Color #ddfb6f

%12
%0
%56
%2

Triadic Colors of #ddfb6f

#ddfb6f #6fddfb #fb6fdd

Analogous Colors of #ddfb6f

#ddfb6f #97fb6f #fbd36f

Monochromatic Colors of #ddfb6f

#ddfb6f

Complementary Color

#ddfb6f #8d6ffb

#ddfb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfb6f Color CSS Codes

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

#ddfb6f Text Font Color

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

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


#ddfb6f Background Color

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

This div background color is #ddfb6f


#ddfb6f Border Color

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

This div border color is #ddfb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfb6f

Related Colors


Comments

No comments written yet.

Please login to write comment.