Color Hex Logo

#e8ae8f Color Hex

#E8AE8F
(232,174,143)
0 Favorites   0 Comments

Color spaces of #e8ae8f

RGB 232174143
HSL0.060.660.74
HSV21°38°91°
CMYK 0.000.250.38   0.09
XYZ53.372749.411132.7108
Yxy49.41110.39390.3647
Hunter Lab70.293012.520221.6146
CIE-Lab75.706417.219924.1652

#e8ae8f color RGB value is (232,174,143).

#e8ae8f hex color red value is 232, green value is 174 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e8ae8f hue: 0.06 , saturation: 0.66 and the lightness value of e8ae8f is 0.74.

The process color (four color CMYK) of #e8ae8f color hex is 0.00, 0.25, 0.38, 0.09. Web safe color of #e8ae8f is #ff9999. Color #e8ae8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101110 10001111
Octal 350 256 217
Decimal 232 174 143
Hex E8 AE 8F

RGB Percentages of Color #e8ae8f

%42.26
%31.69
%26.05

CMYK Percentages of Color #e8ae8f

%0
%25
%38
%9

Triadic Colors of #e8ae8f

#e8ae8f #8fe8ae #ae8fe8

Analogous Colors of #e8ae8f

#e8ae8f #e8db8f #e88f9d

Monochromatic Colors of #e8ae8f

#e8ae8f

Complementary Color

#e8ae8f #8fc9e8

#e8ae8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ae8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ae8f Color CSS Codes

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

#e8ae8f Text Font Color

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

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


#e8ae8f Background Color

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

This div background color is #e8ae8f


#e8ae8f Border Color

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

This div border color is #e8ae8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ae8f


Comments

No comments written yet.

Please login to write comment.