Color Hex Logo

#ebe6db Color Hex

#EBE6DB
(235,230,219)
0 Favorites   0 Comments

Color spaces of #ebe6db

RGB 235230219
HSL0.110.290.89
HSV41°92°
CMYK 0.000.020.07   0.08
XYZ75.343979.370378.3668
Yxy79.37030.32330.3405
Hunter Lab89.0900-4.949110.2094
CIE-Lab91.4016-0.19485.9410

#ebe6db color RGB value is (235,230,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100110 11011011
Octal 353 346 333
Decimal 235 230 219
Hex EB E6 DB

RGB Percentages of Color #ebe6db

%34.36
%33.63
%32.02

CMYK Percentages of Color #ebe6db

%0
%2
%7
%8

Triadic Colors of #ebe6db

#ebe6db #dbebe6 #e6dbeb

Analogous Colors of #ebe6db

#ebe6db #e8ebdb #ebdedb

Monochromatic Colors of #ebe6db

#ebe6db

Complementary Color

#ebe6db #dbe0eb

#ebe6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe6db Color CSS Codes

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

#ebe6db Text Font Color

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

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


#ebe6db Background Color

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

This div background color is #ebe6db


#ebe6db Border Color

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

This div border color is #ebe6db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,230,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 #ebe6db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe6db


Comments

No comments written yet.

Please login to write comment.