Color Hex Logo

#ebe5ed Color Hex

#EBE5ED
(235,229,237)
0 Favorites   0 Comments

Color spaces of #ebe5ed

RGB 235229237
HSL0.790.180.91
HSV285°93°
CMYK 0.010.030.00   0.07
XYZ77.566379.815291.4385
Yxy79.81520.31170.3208
Hunter Lab89.3394-1.36641.8544
CIE-Lab91.60193.4476-3.1713

#ebe5ed color RGB value is (235,229,237).

#ebe5ed hex color red value is 235, green value is 229 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ebe5ed hue: 0.79 , saturation: 0.18 and the lightness value of ebe5ed is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100101 11101101
Octal 353 345 355
Decimal 235 229 237
Hex EB E5 ED

RGB Percentages of Color #ebe5ed

%33.52
%32.67
%33.81

CMYK Percentages of Color #ebe5ed

%1
%3
%0
%7

Triadic Colors of #ebe5ed

#ebe5ed #edebe5 #e5edeb

Analogous Colors of #ebe5ed

#ebe5ed #ede5eb #e7e5ed

Monochromatic Colors of #ebe5ed

#ebe5ed

Complementary Color

#ebe5ed #e7ede5

#ebe5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe5ed Color CSS Codes

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

#ebe5ed Text Font Color

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

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


#ebe5ed Background Color

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

This div background color is #ebe5ed


#ebe5ed Border Color

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

This div border color is #ebe5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe5ed

#ebe5ed Color Palettes


Comments

No comments written yet.

Please login to write comment.