Color Hex Logo

#ebeae5 Color Hex

#EBEAE5
(235,234,229)
0 Favorites   0 Comments

Color spaces of #ebeae5

RGB 235234229
HSL0.140.130.91
HSV50°92°
CMYK 0.000.000.03   0.08
XYZ77.826682.164985.8863
Yxy82.16490.31650.3342
Hunter Lab90.6449-5.37057.2739
CIE-Lab92.6476-0.53772.5308

#ebeae5 color RGB value is (235,234,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 11100101
Octal 353 352 345
Decimal 235 234 229
Hex EB EA E5

RGB Percentages of Color #ebeae5

%33.67
%33.52
%32.81

CMYK Percentages of Color #ebeae5

%0
%0
%3
%8

Triadic Colors of #ebeae5

#ebeae5 #e5ebea #eae5eb

Analogous Colors of #ebeae5

#ebeae5 #e9ebe5 #ebe7e5

Monochromatic Colors of #ebeae5

#ebeae5

Complementary Color

#ebeae5 #e5e6eb

#ebeae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeae5 Color CSS Codes

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

#ebeae5 Text Font Color

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

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


#ebeae5 Background Color

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

This div background color is #ebeae5


#ebeae5 Border Color

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

This div border color is #ebeae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeae5

#ebeae5 Color Palettes


Comments

No comments written yet.

Please login to write comment.