Color Hex Logo

#ddfd05 Color Hex

#DDFD05
(221,253,5)
0 Favorites   0 Comments

Color spaces of #ddfd05

RGB 2212535
HSL0.190.980.51
HSV68°98°99°
CMYK 0.130.000.98   0.01
XYZ64.971585.633713.2482
Yxy85.63370.39650.5226
Hunter Lab92.5385-36.617056.2887
CIE-Lab94.1555-34.356790.8183

#ddfd05 color RGB value is (221,253,5).

#ddfd05 hex color red value is 221, green value is 253 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ddfd05 hue: 0.19 , saturation: 0.98 and the lightness value of ddfd05 is 0.51.

The process color (four color CMYK) of #ddfd05 color hex is 0.13, 0.00, 0.98, 0.01. Web safe color of #ddfd05 is #ccff00. Color #ddfd05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 00000101
Octal 335 375 5
Decimal 221 253 5
Hex DD FD 5

RGB Percentages of Color #ddfd05

%46.14
%52.82
%1.04

CMYK Percentages of Color #ddfd05

%13
%0
%98
%1

Triadic Colors of #ddfd05

#ddfd05 #05ddfd #fd05dd

Analogous Colors of #ddfd05

#ddfd05 #61fd05 #fda105

Monochromatic Colors of #ddfd05

#ddfd05

Complementary Color

#ddfd05 #2505fd

#ddfd05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfd05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfd05 Color CSS Codes

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

#ddfd05 Text Font Color

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

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


#ddfd05 Background Color

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

This div background color is #ddfd05


#ddfd05 Border Color

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

This div border color is #ddfd05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfd05


Comments

No comments written yet.

Please login to write comment.