Color Hex Logo

#ddfcb9 Color Hex

#DDFCB9
(221,252,185)
0 Favorites   0 Comments

Color spaces of #ddfcb9

RGB 221252185
HSL0.240.920.86
HSV88°27°99°
CMYK 0.120.000.27   0.01
XYZ73.386288.495759.1125
Yxy88.49570.33210.4004
Hunter Lab94.0722-25.377428.5942
CIE-Lab95.3693-21.340028.8600

#ddfcb9 color RGB value is (221,252,185).

#ddfcb9 hex color red value is 221, green value is 252 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ddfcb9 hue: 0.24 , saturation: 0.92 and the lightness value of ddfcb9 is 0.86.

The process color (four color CMYK) of #ddfcb9 color hex is 0.12, 0.00, 0.27, 0.01. Web safe color of #ddfcb9 is #ccffcc. Color #ddfcb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 10111001
Octal 335 374 271
Decimal 221 252 185
Hex DD FC B9

RGB Percentages of Color #ddfcb9

%33.59
%38.30
%28.12

CMYK Percentages of Color #ddfcb9

%12
%0
%27
%1

Triadic Colors of #ddfcb9

#ddfcb9 #b9ddfc #fcb9dd

Analogous Colors of #ddfcb9

#ddfcb9 #bcfcb9 #fcfab9

Monochromatic Colors of #ddfcb9

#ddfcb9

Complementary Color

#ddfcb9 #d8b9fc

#ddfcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcb9 Color CSS Codes

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

#ddfcb9 Text Font Color

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

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


#ddfcb9 Background Color

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

This div background color is #ddfcb9


#ddfcb9 Border Color

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

This div border color is #ddfcb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcb9


Comments

No comments written yet.

Please login to write comment.