Color Hex Logo

#ebedb5 Color Hex

#EBEDB5
(235,237,181)
0 Favorites   0 Comments

Color spaces of #ebedb5

RGB 235237181
HSL0.170.610.82
HSV62°24°93°
CMYK 0.010.000.24   0.07
XYZ72.885681.566755.6185
Yxy81.56670.34700.3883
Hunter Lab90.3143-13.996626.7073
CIE-Lab92.3833-9.514826.9918

#ebedb5 color RGB value is (235,237,181).

#ebedb5 hex color red value is 235, green value is 237 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ebedb5 hue: 0.17 , saturation: 0.61 and the lightness value of ebedb5 is 0.82.

The process color (four color CMYK) of #ebedb5 color hex is 0.01, 0.00, 0.24, 0.07. Web safe color of #ebedb5 is #ffffcc. Color #ebedb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 10110101
Octal 353 355 265
Decimal 235 237 181
Hex EB ED B5

RGB Percentages of Color #ebedb5

%35.99
%36.29
%27.72

CMYK Percentages of Color #ebedb5

%1
%0
%24
%7

Triadic Colors of #ebedb5

#ebedb5 #b5ebed #edb5eb

Analogous Colors of #ebedb5

#ebedb5 #cfedb5 #edd3b5

Monochromatic Colors of #ebedb5

#ebedb5

Complementary Color

#ebedb5 #b7b5ed

#ebedb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebedb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebedb5 Color CSS Codes

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

#ebedb5 Text Font Color

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

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


#ebedb5 Background Color

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

This div background color is #ebedb5


#ebedb5 Border Color

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

This div border color is #ebedb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebedb5

#ebedb5 Color Palettes


Comments

No comments written yet.

Please login to write comment.