Color Hex Logo

#ddfb4f Color Hex

#DDFB4F
(221,251,79)
0 Favorites   0 Comments

Color spaces of #ddfb4f

RGB 22125179
HSL0.200.960.65
HSV70°69°98°
CMYK 0.120.000.69   0.02
XYZ65.727384.931020.3263
Yxy84.93100.38440.4967
Hunter Lab92.1580-33.969951.4337
CIE-Lab93.8534-31.353075.0980

#ddfb4f color RGB value is (221,251,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 01001111
Octal 335 373 117
Decimal 221 251 79
Hex DD FB 4F

RGB Percentages of Color #ddfb4f

%40.11
%45.55
%14.34

CMYK Percentages of Color #ddfb4f

%12
%0
%69
%2

Triadic Colors of #ddfb4f

#ddfb4f #4fddfb #fb4fdd

Analogous Colors of #ddfb4f

#ddfb4f #87fb4f #fbc34f

Monochromatic Colors of #ddfb4f

#ddfb4f

Complementary Color

#ddfb4f #6d4ffb

#ddfb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfb4f Color CSS Codes

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

#ddfb4f Text Font Color

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

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


#ddfb4f Background Color

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

This div background color is #ddfb4f


#ddfb4f Border Color

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

This div border color is #ddfb4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfb4f


Comments

No comments written yet.

Please login to write comment.