Color Hex Logo

#ebeaeb Color Hex

#EBEAEB
(235,234,235)
0 Favorites   0 Comments

Color spaces of #ebeaeb

RGB 235234235
HSL0.830.020.92
HSV300°92°
CMYK 0.000.000.00   0.08
XYZ78.679282.506090.3757
Yxy82.50600.31280.3280
Hunter Lab90.8328-4.34114.5913
CIE-Lab92.79770.5172-0.3756

#ebeaeb color RGB value is (235,234,235).

#ebeaeb hex color red value is 235, green value is 234 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ebeaeb hue: 0.83 , saturation: 0.02 and the lightness value of ebeaeb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 11101011
Octal 353 352 353
Decimal 235 234 235
Hex EB EA EB

RGB Percentages of Color #ebeaeb

%33.38
%33.24
%33.38

CMYK Percentages of Color #ebeaeb

%0
%0
%0
%8

Triadic Colors of #ebeaeb

#ebeaeb #ebebea #eaebeb

Monochromatic Colors of #ebeaeb

#ebeaeb

Complementary Color

#ebeaeb #eaebea

#ebeaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeaeb Color CSS Codes

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

#ebeaeb Text Font Color

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

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


#ebeaeb Background Color

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

This div background color is #ebeaeb


#ebeaeb Border Color

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

This div border color is #ebeaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,234,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 #ebeaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeaeb

#ebeaeb Color Palettes


Comments

No comments written yet.

Please login to write comment.