Color Hex Logo

#ddfdcb Color Hex

#DDFDCB
(221,253,203)
0 Favorites   0 Comments

Color spaces of #ddfdcb

RGB 221253203
HSL0.270.930.89
HSV98°20°99°
CMYK 0.130.000.20   0.01
XYZ75.723689.934569.8680
Yxy89.93450.32150.3818
Hunter Lab94.8338-23.429122.7023
CIE-Lab95.9696-19.108520.5456

#ddfdcb color RGB value is (221,253,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 11001011
Octal 335 375 313
Decimal 221 253 203
Hex DD FD CB

RGB Percentages of Color #ddfdcb

%32.64
%37.37
%29.99

CMYK Percentages of Color #ddfdcb

%13
%0
%20
%1

Triadic Colors of #ddfdcb

#ddfdcb #cbddfd #fdcbdd

Analogous Colors of #ddfdcb

#ddfdcb #cbfdd2 #f6fdcb

Monochromatic Colors of #ddfdcb

#ddfdcb

Complementary Color

#ddfdcb #ebcbfd

#ddfdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfdcb Color CSS Codes

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

#ddfdcb Text Font Color

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

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


#ddfdcb Background Color

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

This div background color is #ddfdcb


#ddfdcb Border Color

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

This div border color is #ddfdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfdcb


Comments

No comments written yet.

Please login to write comment.