Color Hex Logo

#ddeebc Color Hex

#DDEEBC
(221,238,188)
0 Favorites   0 Comments

Color spaces of #ddeebc

RGB 221238188
HSL0.220.600.84
HSV80°21°93°
CMYK 0.070.000.21   0.07
XYZ69.470480.152159.3864
Yxy80.15210.33240.3835
Hunter Lab89.5277-18.163723.3406
CIE-Lab91.7531-14.061122.3735

#ddeebc color RGB value is (221,238,188).

#ddeebc hex color red value is 221, green value is 238 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ddeebc hue: 0.22 , saturation: 0.60 and the lightness value of ddeebc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 10111100
Octal 335 356 274
Decimal 221 238 188
Hex DD EE BC

RGB Percentages of Color #ddeebc

%34.16
%36.79
%29.06

CMYK Percentages of Color #ddeebc

%7
%0
%21
%7

Triadic Colors of #ddeebc

#ddeebc #bcddee #eebcdd

Analogous Colors of #ddeebc

#ddeebc #c4eebc #eee6bc

Monochromatic Colors of #ddeebc

#ddeebc

Complementary Color

#ddeebc #cdbcee

#ddeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeebc Color CSS Codes

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

#ddeebc Text Font Color

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

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


#ddeebc Background Color

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

This div background color is #ddeebc


#ddeebc Border Color

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

This div border color is #ddeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeebc


Comments

No comments written yet.

Please login to write comment.