Color Hex Logo

#e5bfb1 Color Hex

#E5BFB1
(229,191,177)
0 Favorites   0 Comments

Color spaces of #e5bfb1

RGB 229191177
HSL0.040.500.80
HSV16°23°90°
CMYK 0.000.170.23   0.10
XYZ58.879757.093949.5119
Yxy57.09390.35580.3450
Hunter Lab75.56056.863314.0419
CIE-Lab80.232411.436912.1214

#e5bfb1 color RGB value is (229,191,177).

#e5bfb1 hex color red value is 229, green value is 191 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #e5bfb1 hue: 0.04 , saturation: 0.50 and the lightness value of e5bfb1 is 0.80.

The process color (four color CMYK) of #e5bfb1 color hex is 0.00, 0.17, 0.23, 0.10. Web safe color of #e5bfb1 is #cccc99. Color #e5bfb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111111 10110001
Octal 345 277 261
Decimal 229 191 177
Hex E5 BF B1

RGB Percentages of Color #e5bfb1

%38.36
%31.99
%29.65

CMYK Percentages of Color #e5bfb1

%0
%17
%23
%10

Triadic Colors of #e5bfb1

#e5bfb1 #b1e5bf #bfb1e5

Analogous Colors of #e5bfb1

#e5bfb1 #e5d9b1 #e5b1bd

Monochromatic Colors of #e5bfb1

#e5bfb1

Complementary Color

#e5bfb1 #b1d7e5

#e5bfb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bfb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bfb1 Color CSS Codes

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

#e5bfb1 Text Font Color

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

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


#e5bfb1 Background Color

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

This div background color is #e5bfb1


#e5bfb1 Border Color

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

This div border color is #e5bfb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bfb1


Comments

No comments written yet.

Please login to write comment.