Color Hex Logo

#ebe8bf Color Hex

#EBE8BF
(235,232,191)
0 Favorites   0 Comments

Color spaces of #ebe8bf

RGB 235232191
HSL0.160.520.84
HSV56°19°92°
CMYK 0.000.010.19   0.08
XYZ72.521579.137060.7429
Yxy79.13700.34140.3726
Hunter Lab88.9590-10.160721.7869
CIE-Lab91.2962-5.592620.3511

#ebe8bf color RGB value is (235,232,191).

#ebe8bf hex color red value is 235, green value is 232 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ebe8bf hue: 0.16 , saturation: 0.52 and the lightness value of ebe8bf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101000 10111111
Octal 353 350 277
Decimal 235 232 191
Hex EB E8 BF

RGB Percentages of Color #ebe8bf

%35.71
%35.26
%29.03

CMYK Percentages of Color #ebe8bf

%0
%1
%19
%8

Triadic Colors of #ebe8bf

#ebe8bf #bfebe8 #e8bfeb

Analogous Colors of #ebe8bf

#ebe8bf #d8ebbf #ebd2bf

Monochromatic Colors of #ebe8bf

#ebe8bf

Complementary Color

#ebe8bf #bfc2eb

#ebe8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe8bf Color CSS Codes

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

#ebe8bf Text Font Color

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

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


#ebe8bf Background Color

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

This div background color is #ebe8bf


#ebe8bf Border Color

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

This div border color is #ebe8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe8bf


Comments

No comments written yet.

Please login to write comment.