Color Hex Logo

#e9bf9e Color Hex

#E9BF9E
(233,191,158)
0 Favorites   0 Comments

Color spaces of #e9bf9e

RGB 233191158
HSL0.070.630.77
HSV26°32°91°
CMYK 0.000.180.32   0.09
XYZ58.406657.053940.2819
Yxy57.05390.37500.3663
Hunter Lab75.53405.840421.2548
CIE-Lab80.209910.389222.3038

#e9bf9e color RGB value is (233,191,158).

#e9bf9e hex color red value is 233, green value is 191 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e9bf9e hue: 0.07 , saturation: 0.63 and the lightness value of e9bf9e is 0.77.

The process color (four color CMYK) of #e9bf9e color hex is 0.00, 0.18, 0.32, 0.09. Web safe color of #e9bf9e is #ffcc99. Color #e9bf9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111111 10011110
Octal 351 277 236
Decimal 233 191 158
Hex E9 BF 9E

RGB Percentages of Color #e9bf9e

%40.03
%32.82
%27.15

CMYK Percentages of Color #e9bf9e

%0
%18
%32
%9

Triadic Colors of #e9bf9e

#e9bf9e #9ee9bf #bf9ee9

Analogous Colors of #e9bf9e

#e9bf9e #e9e59e #e99ea3

Monochromatic Colors of #e9bf9e

#e9bf9e

Complementary Color

#e9bf9e #9ec8e9

#e9bf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bf9e Color CSS Codes

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

#e9bf9e Text Font Color

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

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


#e9bf9e Background Color

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

This div background color is #e9bf9e


#e9bf9e Border Color

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

This div border color is #e9bf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bf9e


Comments

No comments written yet.

Please login to write comment.