Color Hex Logo

#ddfe3b Color Hex

#DDFE3B
(221,254,59)
0 Favorites   0 Comments

Color spaces of #ddfe3b

RGB 22125459
HSL0.190.990.61
HSV70°77°100°
CMYK 0.130.000.77   0.00
XYZ66.050086.571517.3664
Yxy86.57150.38860.5093
Hunter Lab93.0438-36.113054.0643
CIE-Lab94.5562-33.659982.1515

#ddfe3b color RGB value is (221,254,59).

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

The process color (four color CMYK) of #ddfe3b color hex is 0.13, 0.00, 0.77, 0.00. Web safe color of #ddfe3b is #ccff33. Color #ddfe3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 00111011
Octal 335 376 73
Decimal 221 254 59
Hex DD FE 3B

RGB Percentages of Color #ddfe3b

%41.39
%47.57
%11.05

CMYK Percentages of Color #ddfe3b

%13
%0
%77
%0

Triadic Colors of #ddfe3b

#ddfe3b #3bddfe #fe3bdd

Analogous Colors of #ddfe3b

#ddfe3b #7cfe3b #febe3b

Monochromatic Colors of #ddfe3b

#ddfe3b

Complementary Color

#ddfe3b #5c3bfe

#ddfe3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe3b Color CSS Codes

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

#ddfe3b Text Font Color

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

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


#ddfe3b Background Color

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

This div background color is #ddfe3b


#ddfe3b Border Color

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

This div border color is #ddfe3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe3b


Comments

No comments written yet.

Please login to write comment.