Color Hex Logo

#deebc1 Color Hex

#DEEBC1
(222,235,193)
0 Favorites   0 Comments

Color spaces of #deebc1

RGB 222235193
HSL0.220.510.84
HSV79°18°92°
CMYK 0.060.000.18   0.08
XYZ69.458278.796562.0005
Yxy78.79650.33040.3748
Hunter Lab88.7674-15.671320.7255
CIE-Lab91.1421-11.454118.9569

#deebc1 color RGB value is (222,235,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 11000001
Octal 336 353 301
Decimal 222 235 193
Hex DE EB C1

RGB Percentages of Color #deebc1

%34.15
%36.15
%29.69

CMYK Percentages of Color #deebc1

%6
%0
%18
%8

Triadic Colors of #deebc1

#deebc1 #c1deeb #ebc1de

Analogous Colors of #deebc1

#deebc1 #c9ebc1 #ebe3c1

Monochromatic Colors of #deebc1

#deebc1

Complementary Color

#deebc1 #cec1eb

#deebc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deebc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deebc1 Color CSS Codes

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

#deebc1 Text Font Color

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

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


#deebc1 Background Color

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

This div background color is #deebc1


#deebc1 Border Color

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

This div border color is #deebc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deebc1


Comments

No comments written yet.

Please login to write comment.