Color Hex Logo

#e5bfad Color Hex

#E5BFAD
(229,191,173)
0 Favorites   0 Comments

Color spaces of #e5bfad

RGB 229191173
HSL0.050.520.79
HSV19°24°90°
CMYK 0.000.170.24   0.10
XYZ58.486756.936747.4425
Yxy56.93670.35910.3496
Hunter Lab75.45646.307715.5415
CIE-Lab80.144010.867614.1422

#e5bfad color RGB value is (229,191,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111111 10101101
Octal 345 277 255
Decimal 229 191 173
Hex E5 BF AD

RGB Percentages of Color #e5bfad

%38.62
%32.21
%29.17

CMYK Percentages of Color #e5bfad

%0
%17
%24
%10

Triadic Colors of #e5bfad

#e5bfad #ade5bf #bfade5

Analogous Colors of #e5bfad

#e5bfad #e5dbad #e5adb7

Monochromatic Colors of #e5bfad

#e5bfad

Complementary Color

#e5bfad #add3e5

#e5bfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bfad Color CSS Codes

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

#e5bfad Text Font Color

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

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


#e5bfad Background Color

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

This div background color is #e5bfad


#e5bfad Border Color

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

This div border color is #e5bfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bfad


Comments

No comments written yet.

Please login to write comment.