Color Hex Logo

#deebc3 Color Hex

#DEEBC3
(222,235,195)
0 Favorites   0 Comments

Color spaces of #deebc3

RGB 222235195
HSL0.220.500.84
HSV80°17°92°
CMYK 0.060.000.17   0.08
XYZ69.682978.886463.1837
Yxy78.88640.32910.3725
Hunter Lab88.8180-15.387919.9947
CIE-Lab91.1829-11.144617.9792

#deebc3 color RGB value is (222,235,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 11000011
Octal 336 353 303
Decimal 222 235 195
Hex DE EB C3

RGB Percentages of Color #deebc3

%34.05
%36.04
%29.91

CMYK Percentages of Color #deebc3

%6
%0
%17
%8

Triadic Colors of #deebc3

#deebc3 #c3deeb #ebc3de

Analogous Colors of #deebc3

#deebc3 #caebc3 #ebe4c3

Monochromatic Colors of #deebc3

#deebc3

Complementary Color

#deebc3 #d0c3eb

#deebc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deebc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deebc3 Color CSS Codes

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

#deebc3 Text Font Color

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

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


#deebc3 Background Color

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

This div background color is #deebc3


#deebc3 Border Color

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

This div border color is #deebc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deebc3


Comments

No comments written yet.

Please login to write comment.