Color Hex Logo

#deebe2 Color Hex

#DEEBE2
(222,235,226)
0 Favorites   0 Comments

Color spaces of #deebe2

RGB 222235226
HSL0.380.250.90
HSV138°92°
CMYK 0.060.000.04   0.08
XYZ73.560080.437283.6004
Yxy80.43720.30960.3385
Hunter Lab89.6868-10.54847.5143
CIE-Lab91.8807-5.94112.8628

#deebe2 color RGB value is (222,235,226).

#deebe2 hex color red value is 222, green value is 235 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #deebe2 hue: 0.38 , saturation: 0.25 and the lightness value of deebe2 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 11100010
Octal 336 353 342
Decimal 222 235 226
Hex DE EB E2

RGB Percentages of Color #deebe2

%32.50
%34.41
%33.09

CMYK Percentages of Color #deebe2

%6
%0
%4
%8

Triadic Colors of #deebe2

#deebe2 #e2deeb #ebe2de

Analogous Colors of #deebe2

#deebe2 #deebe9 #e1ebde

Monochromatic Colors of #deebe2

#deebe2

Complementary Color

#deebe2 #ebdee7

#deebe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deebe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deebe2 Color CSS Codes

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

#deebe2 Text Font Color

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

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


#deebe2 Background Color

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

This div background color is #deebe2


#deebe2 Border Color

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

This div border color is #deebe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deebe2


Comments

No comments written yet.

Please login to write comment.