Color Hex Logo

#ebeaee Color Hex

#EBEAEE
(235,234,238)
1 Favorites   0 Comments

Color spaces of #ebeaee

RGB 235234238
HSL0.710.110.93
HSV255°93°
CMYK 0.010.020.00   0.07
XYZ79.116482.680992.6780
Yxy82.68090.31090.3249
Hunter Lab90.9290-3.81483.2199
CIE-Lab92.87461.0540-1.8258

#ebeaee color RGB value is (235,234,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 11101110
Octal 353 352 356
Decimal 235 234 238
Hex EB EA EE

RGB Percentages of Color #ebeaee

%33.24
%33.10
%33.66

CMYK Percentages of Color #ebeaee

%1
%2
%0
%7

Triadic Colors of #ebeaee

#ebeaee #eeebea #eaeeeb

Analogous Colors of #ebeaee

#ebeaee #edeaee #eaebee

Monochromatic Colors of #ebeaee

#ebeaee

Complementary Color

#ebeaee #edeeea

#ebeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeaee Color CSS Codes

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

#ebeaee Text Font Color

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

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


#ebeaee Background Color

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

This div background color is #ebeaee


#ebeaee Border Color

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

This div border color is #ebeaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeaee

#ebeaee Color Palettes


Comments

No comments written yet.

Please login to write comment.