Color Hex Logo

#ddffc9 Color Hex

#DDFFC9
(221,255,201)
0 Favorites   0 Comments

Color spaces of #ddffc9

RGB 221255201
HSL0.271.000.89
HSV98°21°100°
CMYK 0.130.000.21   0.00
XYZ76.121491.109268.8322
Yxy91.10920.32250.3860
Hunter Lab95.4511-24.687424.0603
CIE-Lab96.4550-20.390522.2392

#ddffc9 color RGB value is (221,255,201).

#ddffc9 hex color red value is 221, green value is 255 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #ddffc9 hue: 0.27 , saturation: 1.00 and the lightness value of ddffc9 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 11001001
Octal 335 377 311
Decimal 221 255 201
Hex DD FF C9

RGB Percentages of Color #ddffc9

%32.64
%37.67
%29.69

CMYK Percentages of Color #ddffc9

%13
%0
%21
%0

Triadic Colors of #ddffc9

#ddffc9 #c9ddff #ffc9dd

Analogous Colors of #ddffc9

#ddffc9 #c9ffd0 #f8ffc9

Monochromatic Colors of #ddffc9

#ddffc9

Complementary Color

#ddffc9 #ebc9ff

#ddffc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddffc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddffc9 Color CSS Codes

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

#ddffc9 Text Font Color

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

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


#ddffc9 Background Color

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

This div background color is #ddffc9


#ddffc9 Border Color

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

This div border color is #ddffc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddffc9

#ddffc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.