Color Hex Logo

#ebedb7 Color Hex

#EBEDB7
(235,237,183)
0 Favorites   0 Comments

Color spaces of #ebedb7

RGB 235237183
HSL0.170.600.82
HSV62°23°93°
CMYK 0.010.000.23   0.07
XYZ73.092481.649456.7073
Yxy81.64940.34570.3861
Hunter Lab90.3601-13.741226.0434
CIE-Lab92.4199-9.240226.0184

#ebedb7 color RGB value is (235,237,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 10110111
Octal 353 355 267
Decimal 235 237 183
Hex EB ED B7

RGB Percentages of Color #ebedb7

%35.88
%36.18
%27.94

CMYK Percentages of Color #ebedb7

%1
%0
%23
%7

Triadic Colors of #ebedb7

#ebedb7 #b7ebed #edb7eb

Analogous Colors of #ebedb7

#ebedb7 #d0edb7 #edd4b7

Monochromatic Colors of #ebedb7

#ebedb7

Complementary Color

#ebedb7 #b9b7ed

#ebedb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebedb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebedb7 Color CSS Codes

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

#ebedb7 Text Font Color

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

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


#ebedb7 Background Color

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

This div background color is #ebedb7


#ebedb7 Border Color

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

This div border color is #ebedb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebedb7


Comments

No comments written yet.

Please login to write comment.