Color Hex Logo

#e0bfae Color Hex

#E0BFAE
(224,191,174)
0 Favorites   0 Comments

Color spaces of #e0bfae

RGB 224191174
HSL0.060.450.78
HSV20°22°88°
CMYK 0.000.150.22   0.12
XYZ57.011356.164947.8805
Yxy56.16490.35400.3487
Hunter Lab74.94324.639014.5805
CIE-Lab79.70769.142012.9246

#e0bfae color RGB value is (224,191,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111111 10101110
Octal 340 277 256
Decimal 224 191 174
Hex E0 BF AE

RGB Percentages of Color #e0bfae

%38.03
%32.43
%29.54

CMYK Percentages of Color #e0bfae

%0
%15
%22
%12

Triadic Colors of #e0bfae

#e0bfae #aee0bf #bfaee0

Analogous Colors of #e0bfae

#e0bfae #e0d8ae #e0aeb6

Monochromatic Colors of #e0bfae

#e0bfae

Complementary Color

#e0bfae #aecfe0

#e0bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bfae Color CSS Codes

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

#e0bfae Text Font Color

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

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


#e0bfae Background Color

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

This div background color is #e0bfae


#e0bfae Border Color

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

This div border color is #e0bfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bfae


Comments

No comments written yet.

Please login to write comment.