Color Hex Logo

#ddfecb Color Hex

#DDFECB
(221,254,203)
0 Favorites   0 Comments

Color spaces of #ddfecb

RGB 221254203
HSL0.270.960.90
HSV99°20°100°
CMYK 0.130.000.20   0.00
XYZ76.040190.567669.9735
Yxy90.56760.32140.3828
Hunter Lab95.1670-23.917723.0227
CIE-Lab96.2317-19.593420.9108

#ddfecb color RGB value is (221,254,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11001011
Octal 335 376 313
Decimal 221 254 203
Hex DD FE CB

RGB Percentages of Color #ddfecb

%32.60
%37.46
%29.94

CMYK Percentages of Color #ddfecb

%13
%0
%20
%0

Triadic Colors of #ddfecb

#ddfecb #cbddfe #fecbdd

Analogous Colors of #ddfecb

#ddfecb #cbfed3 #f7fecb

Monochromatic Colors of #ddfecb

#ddfecb

Complementary Color

#ddfecb #eccbfe

#ddfecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfecb Color CSS Codes

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

#ddfecb Text Font Color

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

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


#ddfecb Background Color

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

This div background color is #ddfecb


#ddfecb Border Color

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

This div border color is #ddfecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfecb

Related Colors


Comments

No comments written yet.

Please login to write comment.