Color Hex Logo

#ebe8db Color Hex

#EBE8DB
(235,232,219)
0 Favorites   0 Comments

Color spaces of #ebe8db

RGB 235232219
HSL0.140.290.89
HSV49°92°
CMYK 0.000.010.07   0.08
XYZ75.903780.489978.5534
Yxy80.48990.32310.3426
Hunter Lab89.7162-5.984710.8884
CIE-Lab91.9042-1.21826.6655

#ebe8db color RGB value is (235,232,219).

#ebe8db hex color red value is 235, green value is 232 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ebe8db hue: 0.14 , saturation: 0.29 and the lightness value of ebe8db is 0.89.

The process color (four color CMYK) of #ebe8db color hex is 0.00, 0.01, 0.07, 0.08. Web safe color of #ebe8db is #ffffcc. Color #ebe8db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101000 11011011
Octal 353 350 333
Decimal 235 232 219
Hex EB E8 DB

RGB Percentages of Color #ebe8db

%34.26
%33.82
%31.92

CMYK Percentages of Color #ebe8db

%0
%1
%7
%8

Triadic Colors of #ebe8db

#ebe8db #dbebe8 #e8dbeb

Analogous Colors of #ebe8db

#ebe8db #e6ebdb #ebe0db

Monochromatic Colors of #ebe8db

#ebe8db

Complementary Color

#ebe8db #dbdeeb

#ebe8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe8db Color CSS Codes

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

#ebe8db Text Font Color

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

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


#ebe8db Background Color

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

This div background color is #ebe8db


#ebe8db Border Color

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

This div border color is #ebe8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe8db


Comments

No comments written yet.

Please login to write comment.