Color Hex Logo

#ebe2de Color Hex

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

Color spaces of #ebe2de

RGB 235226222
HSL0.050.250.90
HSV18°92°
CMYK 0.000.040.06   0.08
XYZ74.642177.328880.0991
Yxy77.32880.32160.3332
Hunter Lab87.9368-2.37597.5502
CIE-Lab90.47272.36763.0285

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

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

The process color (four color CMYK) of #ebe2de color hex is 0.00, 0.04, 0.06, 0.08. Web safe color of #ebe2de is #ffcccc. Color #ebe2de contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #ebe2de

%34.41
%33.09
%32.50

CMYK Percentages of Color #ebe2de

%0
%4
%6
%8

Triadic Colors of #ebe2de

#ebe2de #deebe2 #e2deeb

Analogous Colors of #ebe2de

#ebe2de #ebe9de #ebdee1

Monochromatic Colors of #ebe2de

#ebe2de

Complementary Color

#ebe2de #dee7eb

#ebe2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe2de Color CSS Codes

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

#ebe2de Text Font Color

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

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


#ebe2de Background Color

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

This div background color is #ebe2de


#ebe2de Border Color

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

This div border color is #ebe2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe2de


Comments

No comments written yet.

Please login to write comment.