Color Hex Logo

#dceebe Color Hex

#DCEEBE
(220,238,190)
0 Favorites   0 Comments

Color spaces of #dceebe

RGB 220238190
HSL0.230.590.84
HSV83°20°93°
CMYK 0.080.000.20   0.07
XYZ69.384080.082460.5157
Yxy80.08240.33040.3814
Hunter Lab89.4888-18.207622.5480
CIE-Lab91.7218-14.113221.2904

#dceebe color RGB value is (220,238,190).

#dceebe hex color red value is 220, green value is 238 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dceebe hue: 0.23 , saturation: 0.59 and the lightness value of dceebe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 10111110
Octal 334 356 276
Decimal 220 238 190
Hex DC EE BE

RGB Percentages of Color #dceebe

%33.95
%36.73
%29.32

CMYK Percentages of Color #dceebe

%8
%0
%20
%7

Triadic Colors of #dceebe

#dceebe #bedcee #eebedc

Analogous Colors of #dceebe

#dceebe #c4eebe #eee8be

Monochromatic Colors of #dceebe

#dceebe

Complementary Color

#dceebe #d0beee

#dceebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceebe Color CSS Codes

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

#dceebe Text Font Color

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

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


#dceebe Background Color

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

This div background color is #dceebe


#dceebe Border Color

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

This div border color is #dceebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceebe


Comments

No comments written yet.

Please login to write comment.