Color Hex Logo

#ddf180 Color Hex

#DDF180
(221,241,128)
0 Favorites   0 Comments

Color spaces of #ddf180

RGB 221241128
HSL0.200.800.72
HSV71°47°95°
CMYK 0.080.000.47   0.05
XYZ65.170479.841332.3981
Yxy79.84130.36730.4500
Hunter Lab89.3540-26.180341.0503
CIE-Lab91.6136-22.951252.0196

#ddf180 color RGB value is (221,241,128).

#ddf180 hex color red value is 221, green value is 241 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ddf180 hue: 0.20 , saturation: 0.80 and the lightness value of ddf180 is 0.72.

The process color (four color CMYK) of #ddf180 color hex is 0.08, 0.00, 0.47, 0.05. Web safe color of #ddf180 is #ccff99. Color #ddf180 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 10000000
Octal 335 361 200
Decimal 221 241 128
Hex DD F1 80

RGB Percentages of Color #ddf180

%37.46
%40.85
%21.69

CMYK Percentages of Color #ddf180

%8
%0
%47
%5

Triadic Colors of #ddf180

#ddf180 #80ddf1 #f180dd

Analogous Colors of #ddf180

#ddf180 #a5f180 #f1cd80

Monochromatic Colors of #ddf180

#ddf180

Complementary Color

#ddf180 #9480f1

#ddf180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf180 Color CSS Codes

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

#ddf180 Text Font Color

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

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


#ddf180 Background Color

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

This div background color is #ddf180


#ddf180 Border Color

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

This div border color is #ddf180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf180


Comments

No comments written yet.

Please login to write comment.