Color Hex Logo

#ebbf9e Color Hex

#EBBF9E
(235,191,158)
0 Favorites   0 Comments

Color spaces of #ebbf9e

RGB 235191158
HSL0.070.660.77
HSV26°33°92°
CMYK 0.000.190.33   0.08
XYZ59.063357.392440.3126
Yxy57.39240.37680.3661
Hunter Lab75.75786.588521.4808
CIE-Lab80.399811.157922.5947

#ebbf9e color RGB value is (235,191,158).

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

The process color (four color CMYK) of #ebbf9e color hex is 0.00, 0.19, 0.33, 0.08. Web safe color of #ebbf9e is #ffcc99. Color #ebbf9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 10011110
Octal 353 277 236
Decimal 235 191 158
Hex EB BF 9E

RGB Percentages of Color #ebbf9e

%40.24
%32.71
%27.05

CMYK Percentages of Color #ebbf9e

%0
%19
%33
%8

Triadic Colors of #ebbf9e

#ebbf9e #9eebbf #bf9eeb

Analogous Colors of #ebbf9e

#ebbf9e #ebe69e #eb9ea4

Monochromatic Colors of #ebbf9e

#ebbf9e

Complementary Color

#ebbf9e #9ecaeb

#ebbf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbf9e Color CSS Codes

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

#ebbf9e Text Font Color

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

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


#ebbf9e Background Color

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

This div background color is #ebbf9e


#ebbf9e Border Color

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

This div border color is #ebbf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbf9e


Comments

No comments written yet.

Please login to write comment.