Color Hex Logo

#e5bfae Color Hex

#E5BFAE
(229,191,174)
0 Favorites   0 Comments

Color spaces of #e5bfae

RGB 229191174
HSL0.050.510.79
HSV19°24°90°
CMYK 0.000.170.24   0.10
XYZ58.583956.975647.9541
Yxy56.97560.35830.3484
Hunter Lab75.48226.445215.1704
CIE-Lab80.165911.008713.6369

#e5bfae color RGB value is (229,191,174).

#e5bfae hex color red value is 229, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e5bfae hue: 0.05 , saturation: 0.51 and the lightness value of e5bfae is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111111 10101110
Octal 345 277 256
Decimal 229 191 174
Hex E5 BF AE

RGB Percentages of Color #e5bfae

%38.55
%32.15
%29.29

CMYK Percentages of Color #e5bfae

%0
%17
%24
%10

Triadic Colors of #e5bfae

#e5bfae #aee5bf #bfaee5

Analogous Colors of #e5bfae

#e5bfae #e5dbae #e5aeb9

Monochromatic Colors of #e5bfae

#e5bfae

Complementary Color

#e5bfae #aed4e5

#e5bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bfae Color CSS Codes

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

#e5bfae Text Font Color

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

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


#e5bfae Background Color

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

This div background color is #e5bfae


#e5bfae Border Color

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

This div border color is #e5bfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bfae


Comments

No comments written yet.

Please login to write comment.