Color Hex Logo

#ddff3b Color Hex

#DDFF3B
(221,255,59)
0 Favorites   0 Comments

Color spaces of #ddff3b

RGB 22125559
HSL0.201.000.62
HSV70°77°100°
CMYK 0.130.000.77   0.00
XYZ66.368287.207917.4725
Yxy87.20790.38800.5098
Hunter Lab93.3852-36.565354.2764
CIE-Lab94.8264-34.114782.3970

#ddff3b color RGB value is (221,255,59).

#ddff3b hex color red value is 221, green value is 255 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ddff3b hue: 0.20 , saturation: 1.00 and the lightness value of ddff3b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 00111011
Octal 335 377 73
Decimal 221 255 59
Hex DD FF 3B

RGB Percentages of Color #ddff3b

%41.31
%47.66
%11.03

CMYK Percentages of Color #ddff3b

%13
%0
%77
%0

Triadic Colors of #ddff3b

#ddff3b #3bddff #ff3bdd

Analogous Colors of #ddff3b

#ddff3b #7bff3b #ffbf3b

Monochromatic Colors of #ddff3b

#ddff3b

Complementary Color

#ddff3b #5d3bff

#ddff3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddff3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddff3b Color CSS Codes

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

#ddff3b Text Font Color

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

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


#ddff3b Background Color

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

This div background color is #ddff3b


#ddff3b Border Color

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

This div border color is #ddff3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddff3b

Related Colors


Comments

No comments written yet.

Please login to write comment.