Color Hex Logo

#ebeaed Color Hex

#EBEAED
(235,234,237)
0 Favorites   0 Comments

Color spaces of #ebeaed

RGB 235234237
HSL0.720.080.92
HSV260°93°
CMYK 0.010.010.00   0.07
XYZ78.969882.622291.9063
Yxy82.62220.31150.3259
Hunter Lab90.8968-3.99113.6792
CIE-Lab92.84880.8744-1.3427

#ebeaed color RGB value is (235,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 11101101
Octal 353 352 355
Decimal 235 234 237
Hex EB EA ED

RGB Percentages of Color #ebeaed

%33.29
%33.14
%33.57

CMYK Percentages of Color #ebeaed

%1
%1
%0
%7

Triadic Colors of #ebeaed

#ebeaed #edebea #eaedeb

Analogous Colors of #ebeaed

#ebeaed #edeaed #eaebed

Monochromatic Colors of #ebeaed

#ebeaed

Complementary Color

#ebeaed #ecedea

#ebeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeaed Color CSS Codes

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

#ebeaed Text Font Color

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

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


#ebeaed Background Color

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

This div background color is #ebeaed


#ebeaed Border Color

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

This div border color is #ebeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeaed

#ebeaed Color Palettes


Comments

No comments written yet.

Please login to write comment.