Color Hex Logo

#e1bfad Color Hex

#E1BFAD
(225,191,173)
0 Favorites   0 Comments

Color spaces of #e1bfad

RGB 225191173
HSL0.060.460.78
HSV21°23°88°
CMYK 0.000.150.23   0.12
XYZ57.225056.286347.3834
Yxy56.28630.35570.3498
Hunter Lab75.02424.859215.0709
CIE-Lab79.77659.371213.5716

#e1bfad color RGB value is (225,191,173).

#e1bfad hex color red value is 225, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e1bfad hue: 0.06 , saturation: 0.46 and the lightness value of e1bfad is 0.78.

The process color (four color CMYK) of #e1bfad color hex is 0.00, 0.15, 0.23, 0.12. Web safe color of #e1bfad is #cccc99. Color #e1bfad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111111 10101101
Octal 341 277 255
Decimal 225 191 173
Hex E1 BF AD

RGB Percentages of Color #e1bfad

%38.20
%32.43
%29.37

CMYK Percentages of Color #e1bfad

%0
%15
%23
%12

Triadic Colors of #e1bfad

#e1bfad #ade1bf #bfade1

Analogous Colors of #e1bfad

#e1bfad #e1d9ad #e1adb5

Monochromatic Colors of #e1bfad

#e1bfad

Complementary Color

#e1bfad #adcfe1

#e1bfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bfad Color CSS Codes

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

#e1bfad Text Font Color

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

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


#e1bfad Background Color

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

This div background color is #e1bfad


#e1bfad Border Color

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

This div border color is #e1bfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bfad


Comments

No comments written yet.

Please login to write comment.