Color Hex Logo

#ebedbb Color Hex

#EBEDBB
(235,237,187)
0 Favorites   0 Comments

Color spaces of #ebedbb

RGB 235237187
HSL0.170.580.83
HSV62°21°93°
CMYK 0.010.000.21   0.07
XYZ73.514881.818458.9316
Yxy81.81840.34310.3819
Hunter Lab90.4535-13.220424.6893
CIE-Lab92.4946-8.681624.0703

#ebedbb color RGB value is (235,237,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 10111011
Octal 353 355 273
Decimal 235 237 187
Hex EB ED BB

RGB Percentages of Color #ebedbb

%35.66
%35.96
%28.38

CMYK Percentages of Color #ebedbb

%1
%0
%21
%7

Triadic Colors of #ebedbb

#ebedbb #bbebed #edbbeb

Analogous Colors of #ebedbb

#ebedbb #d2edbb #edd6bb

Monochromatic Colors of #ebedbb

#ebedbb

Complementary Color

#ebedbb #bdbbed

#ebedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebedbb Color CSS Codes

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

#ebedbb Text Font Color

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

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


#ebedbb Background Color

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

This div background color is #ebedbb


#ebedbb Border Color

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

This div border color is #ebedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebedbb


Comments

No comments written yet.

Please login to write comment.