Color Hex Logo

#ddfc80 Color Hex

#DDFC80
(221,252,128)
0 Favorites   0 Comments

Color spaces of #ddfc80

RGB 221252128
HSL0.210.950.75
HSV75°49°99°
CMYK 0.120.000.49   0.01
XYZ68.525586.551533.5165
Yxy86.55150.36340.4589
Hunter Lab93.0331-31.329843.7631
CIE-Lab94.5477-28.158055.5593

#ddfc80 color RGB value is (221,252,128).

#ddfc80 hex color red value is 221, green value is 252 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ddfc80 hue: 0.21 , saturation: 0.95 and the lightness value of ddfc80 is 0.75.

The process color (four color CMYK) of #ddfc80 color hex is 0.12, 0.00, 0.49, 0.01. Web safe color of #ddfc80 is #ccff99. Color #ddfc80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 10000000
Octal 335 374 200
Decimal 221 252 128
Hex DD FC 80

RGB Percentages of Color #ddfc80

%36.77
%41.93
%21.30

CMYK Percentages of Color #ddfc80

%12
%0
%49
%1

Triadic Colors of #ddfc80

#ddfc80 #80ddfc #fc80dd

Analogous Colors of #ddfc80

#ddfc80 #9ffc80 #fcdd80

Monochromatic Colors of #ddfc80

#ddfc80

Complementary Color

#ddfc80 #9f80fc

#ddfc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfc80 Color CSS Codes

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

#ddfc80 Text Font Color

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

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


#ddfc80 Background Color

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

This div background color is #ddfc80


#ddfc80 Border Color

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

This div border color is #ddfc80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfc80


Comments

No comments written yet.

Please login to write comment.