Color Hex Logo

#ebbf9d Color Hex

#EBBF9D
(235,191,157)
0 Favorites   0 Comments

Color spaces of #ebbf9d

RGB 235191157
HSL0.070.660.77
HSV26°33°92°
CMYK 0.000.190.33   0.08
XYZ58.977657.358139.8611
Yxy57.35810.37760.3672
Hunter Lab75.73516.467721.8089
CIE-Lab80.380611.034223.0998

#ebbf9d color RGB value is (235,191,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 10011101
Octal 353 277 235
Decimal 235 191 157
Hex EB BF 9D

RGB Percentages of Color #ebbf9d

%40.31
%32.76
%26.93

CMYK Percentages of Color #ebbf9d

%0
%19
%33
%8

Triadic Colors of #ebbf9d

#ebbf9d #9debbf #bf9deb

Analogous Colors of #ebbf9d

#ebbf9d #ebe69d #eb9da2

Monochromatic Colors of #ebbf9d

#ebbf9d

Complementary Color

#ebbf9d #9dc9eb

#ebbf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbf9d Color CSS Codes

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

#ebbf9d Text Font Color

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

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


#ebbf9d Background Color

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

This div background color is #ebbf9d


#ebbf9d Border Color

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

This div border color is #ebbf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbf9d


Comments

No comments written yet.

Please login to write comment.