Color Hex Logo

#ddefcb Color Hex

#DDEFCB
(221,239,203)
0 Favorites   0 Comments

Color spaces of #ddefcb

RGB 221239203
HSL0.250.530.87
HSV90°15°94°
CMYK 0.080.000.15   0.06
XYZ71.464881.417068.4484
Yxy81.41700.32290.3679
Hunter Lab90.2314-16.529818.1853
CIE-Lab92.3169-12.222115.4243

#ddefcb color RGB value is (221,239,203).

#ddefcb hex color red value is 221, green value is 239 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ddefcb hue: 0.25 , saturation: 0.53 and the lightness value of ddefcb is 0.87.

The process color (four color CMYK) of #ddefcb color hex is 0.08, 0.00, 0.15, 0.06. Web safe color of #ddefcb is #ccffcc. Color #ddefcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 11001011
Octal 335 357 313
Decimal 221 239 203
Hex DD EF CB

RGB Percentages of Color #ddefcb

%33.33
%36.05
%30.62

CMYK Percentages of Color #ddefcb

%8
%0
%15
%6

Triadic Colors of #ddefcb

#ddefcb #cbddef #efcbdd

Analogous Colors of #ddefcb

#ddefcb #cbefcb #efefcb

Monochromatic Colors of #ddefcb

#ddefcb

Complementary Color

#ddefcb #ddcbef

#ddefcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddefcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddefcb Color CSS Codes

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

#ddefcb Text Font Color

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

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


#ddefcb Background Color

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

This div background color is #ddefcb


#ddefcb Border Color

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

This div border color is #ddefcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddefcb


Comments

No comments written yet.

Please login to write comment.