Color Hex Logo

#deebc2 Color Hex

#DEEBC2
(222,235,194)
0 Favorites   0 Comments

Color spaces of #deebc2

RGB 222235194
HSL0.220.510.84
HSV79°17°92°
CMYK 0.060.000.17   0.08
XYZ69.570178.841362.5901
Yxy78.84130.32970.3737
Hunter Lab88.7926-15.530220.3612
CIE-Lab91.1624-11.299918.4681

#deebc2 color RGB value is (222,235,194).

#deebc2 hex color red value is 222, green value is 235 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #deebc2 hue: 0.22 , saturation: 0.51 and the lightness value of deebc2 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 11000010
Octal 336 353 302
Decimal 222 235 194
Hex DE EB C2

RGB Percentages of Color #deebc2

%34.10
%36.10
%29.80

CMYK Percentages of Color #deebc2

%6
%0
%17
%8

Triadic Colors of #deebc2

#deebc2 #c2deeb #ebc2de

Analogous Colors of #deebc2

#deebc2 #caebc2 #ebe4c2

Monochromatic Colors of #deebc2

#deebc2

Complementary Color

#deebc2 #cfc2eb

#deebc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deebc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deebc2 Color CSS Codes

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

#deebc2 Text Font Color

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

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


#deebc2 Background Color

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

This div background color is #deebc2


#deebc2 Border Color

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

This div border color is #deebc2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,235,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #deebc2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #deebc2;
  -webkit-box-shadow: 1px 1px 3px 2px #deebc2;
  box-shadow:         1px 1px 3px 2px #deebc2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,235,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deebc2


Comments

No comments written yet.

Please login to write comment.