Color Hex Logo

#ebe9be Color Hex

#EBE9BE
(235,233,190)
0 Favorites   0 Comments

Color spaces of #ebe9be

RGB 235233190
HSL0.160.530.83
HSV57°19°92°
CMYK 0.000.010.19   0.08
XYZ72.694179.657760.2593
Yxy79.65770.34190.3747
Hunter Lab89.2512-10.803222.4453
CIE-Lab91.5311-6.242621.1940

#ebe9be color RGB value is (235,233,190).

#ebe9be hex color red value is 235, green value is 233 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ebe9be hue: 0.16 , saturation: 0.53 and the lightness value of ebe9be is 0.83.

The process color (four color CMYK) of #ebe9be color hex is 0.00, 0.01, 0.19, 0.08. Web safe color of #ebe9be is #ffffcc. Color #ebe9be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 10111110
Octal 353 351 276
Decimal 235 233 190
Hex EB E9 BE

RGB Percentages of Color #ebe9be

%35.71
%35.41
%28.88

CMYK Percentages of Color #ebe9be

%0
%1
%19
%8

Triadic Colors of #ebe9be

#ebe9be #beebe9 #e9beeb

Analogous Colors of #ebe9be

#ebe9be #d7ebbe #ebd3be

Monochromatic Colors of #ebe9be

#ebe9be

Complementary Color

#ebe9be #bec0eb

#ebe9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe9be Color CSS Codes

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

#ebe9be Text Font Color

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

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


#ebe9be Background Color

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

This div background color is #ebe9be


#ebe9be Border Color

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

This div border color is #ebe9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe9be


Comments

No comments written yet.

Please login to write comment.