Color Hex Logo

#ebe9ee Color Hex

#EBE9EE
(235,233,238)
1 Favorites   0 Comments

Color spaces of #ebe9ee

RGB 235233238
HSL0.730.130.92
HSV264°93°
CMYK 0.010.020.00   0.07
XYZ78.832582.113092.5834
Yxy82.11300.31090.3239
Hunter Lab90.6162-3.29052.8542
CIE-Lab92.62471.5676-2.1921

#ebe9ee color RGB value is (235,233,238).

#ebe9ee hex color red value is 235, green value is 233 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ebe9ee hue: 0.73 , saturation: 0.13 and the lightness value of ebe9ee is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 11101110
Octal 353 351 356
Decimal 235 233 238
Hex EB E9 EE

RGB Percentages of Color #ebe9ee

%33.29
%33.00
%33.71

CMYK Percentages of Color #ebe9ee

%1
%2
%0
%7

Triadic Colors of #ebe9ee

#ebe9ee #eeebe9 #e9eeeb

Analogous Colors of #ebe9ee

#ebe9ee #eee9ee #e9eaee

Monochromatic Colors of #ebe9ee

#ebe9ee

Complementary Color

#ebe9ee #eceee9

#ebe9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe9ee Color CSS Codes

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

#ebe9ee Text Font Color

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

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


#ebe9ee Background Color

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

This div background color is #ebe9ee


#ebe9ee Border Color

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

This div border color is #ebe9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe9ee

#ebe9ee Color Palettes


Comments

No comments written yet.

Please login to write comment.