Color Hex Logo

#ddfdb4 Color Hex

#DDFDB4
(221,253,180)
0 Favorites   0 Comments

Color spaces of #ddfdb4

RGB 221253180
HSL0.240.950.85
HSV86°29°99°
CMYK 0.130.000.29   0.01
XYZ73.182388.918056.4858
Yxy88.91800.33480.4068
Hunter Lab94.2963-26.486830.4913
CIE-Lab95.5461-22.527631.6183

#ddfdb4 color RGB value is (221,253,180).

#ddfdb4 hex color red value is 221, green value is 253 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #ddfdb4 hue: 0.24 , saturation: 0.95 and the lightness value of ddfdb4 is 0.85.

The process color (four color CMYK) of #ddfdb4 color hex is 0.13, 0.00, 0.29, 0.01. Web safe color of #ddfdb4 is #ccffcc. Color #ddfdb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 10110100
Octal 335 375 264
Decimal 221 253 180
Hex DD FD B4

RGB Percentages of Color #ddfdb4

%33.79
%38.69
%27.52

CMYK Percentages of Color #ddfdb4

%13
%0
%29
%1

Triadic Colors of #ddfdb4

#ddfdb4 #b4ddfd #fdb4dd

Analogous Colors of #ddfdb4

#ddfdb4 #b9fdb4 #fdf9b4

Monochromatic Colors of #ddfdb4

#ddfdb4

Complementary Color

#ddfdb4 #d4b4fd

#ddfdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfdb4 Color CSS Codes

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

#ddfdb4 Text Font Color

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

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


#ddfdb4 Background Color

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

This div background color is #ddfdb4


#ddfdb4 Border Color

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

This div border color is #ddfdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfdb4

Related Colors


Comments

No comments written yet.

Please login to write comment.