Color Hex Logo

#ebeae6 Color Hex

#EBEAE6
(235,234,230)
1 Favorites   0 Comments

Color spaces of #ebeae6

RGB 235234230
HSL0.130.110.91
HSV48°92°
CMYK 0.000.000.02   0.08
XYZ77.966782.221086.6239
Yxy82.22100.31590.3331
Hunter Lab90.6758-5.20126.8325
CIE-Lab92.6723-0.36372.0459

#ebeae6 color RGB value is (235,234,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 11100110
Octal 353 352 346
Decimal 235 234 230
Hex EB EA E6

RGB Percentages of Color #ebeae6

%33.62
%33.48
%32.90

CMYK Percentages of Color #ebeae6

%0
%0
%2
%8

Triadic Colors of #ebeae6

#ebeae6 #e6ebea #eae6eb

Analogous Colors of #ebeae6

#ebeae6 #eaebe6 #ebe8e6

Monochromatic Colors of #ebeae6

#ebeae6

Complementary Color

#ebeae6 #e6e7eb

#ebeae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeae6 Color CSS Codes

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

#ebeae6 Text Font Color

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

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


#ebeae6 Background Color

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

This div background color is #ebeae6


#ebeae6 Border Color

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

This div border color is #ebeae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeae6

#ebeae6 Color Palettes


Comments

No comments written yet.

Please login to write comment.