Color Hex Logo

#ebeeeb Color Hex

#EBEEEB
(235,238,235)
1 Favorites   0 Comments

Color spaces of #ebeeeb

RGB 235238235
HSL0.330.080.93
HSV120°93°
CMYK 0.010.000.01   0.07
XYZ79.830984.809490.7596
Yxy84.80940.31260.3321
Hunter Lab92.0920-6.42656.0322
CIE-Lab93.8009-1.52731.0883

#ebeeeb color RGB value is (235,238,235).

#ebeeeb hex color red value is 235, green value is 238 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ebeeeb hue: 0.33 , saturation: 0.08 and the lightness value of ebeeeb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 11101011
Octal 353 356 353
Decimal 235 238 235
Hex EB EE EB

RGB Percentages of Color #ebeeeb

%33.19
%33.62
%33.19

CMYK Percentages of Color #ebeeeb

%1
%0
%1
%7

Triadic Colors of #ebeeeb

#ebeeeb #ebebee #eeebeb

Analogous Colors of #ebeeeb

#ebeeeb #ebeeed #edeeeb

Monochromatic Colors of #ebeeeb

#ebeeeb

Complementary Color

#ebeeeb #eeebee

#ebeeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeeeb Color CSS Codes

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

#ebeeeb Text Font Color

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

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


#ebeeeb Background Color

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

This div background color is #ebeeeb


#ebeeeb Border Color

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

This div border color is #ebeeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeeeb


Comments

No comments written yet.

Please login to write comment.