Color Hex Logo

#ddfe4f Color Hex

#DDFE4F
(221,254,79)
0 Favorites   0 Comments

Color spaces of #ddfe4f

RGB 22125479
HSL0.200.990.65
HSV71°69°100°
CMYK 0.130.000.69   0.00
XYZ66.671986.820320.6411
Yxy86.82030.38290.4986
Hunter Lab93.1774-35.337152.0900
CIE-Lab94.6620-32.730375.9051

#ddfe4f color RGB value is (221,254,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 01001111
Octal 335 376 117
Decimal 221 254 79
Hex DD FE 4F

RGB Percentages of Color #ddfe4f

%39.89
%45.85
%14.26

CMYK Percentages of Color #ddfe4f

%13
%0
%69
%0

Triadic Colors of #ddfe4f

#ddfe4f #4fddfe #fe4fdd

Analogous Colors of #ddfe4f

#ddfe4f #86fe4f #fec84f

Monochromatic Colors of #ddfe4f

#ddfe4f

Complementary Color

#ddfe4f #704ffe

#ddfe4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe4f Color CSS Codes

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

#ddfe4f Text Font Color

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

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


#ddfe4f Background Color

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

This div background color is #ddfe4f


#ddfe4f Border Color

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

This div border color is #ddfe4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe4f


Comments

No comments written yet.

Please login to write comment.