Color Hex Logo

#e4baae Color Hex

#E4BAAE
(228,186,174)
0 Favorites   0 Comments

Color spaces of #e4baae

RGB 228186174
HSL0.040.500.79
HSV13°24°89°
CMYK 0.000.180.24   0.11
XYZ57.193854.667847.5819
Yxy54.66780.35870.3429
Hunter Lab73.93778.686113.6008
CIE-Lab78.849513.289911.7621

#e4baae color RGB value is (228,186,174).

#e4baae hex color red value is 228, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e4baae hue: 0.04 , saturation: 0.50 and the lightness value of e4baae is 0.79.

The process color (four color CMYK) of #e4baae color hex is 0.00, 0.18, 0.24, 0.11. Web safe color of #e4baae is #cccc99. Color #e4baae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111010 10101110
Octal 344 272 256
Decimal 228 186 174
Hex E4 BA AE

RGB Percentages of Color #e4baae

%38.78
%31.63
%29.59

CMYK Percentages of Color #e4baae

%0
%18
%24
%11

Triadic Colors of #e4baae

#e4baae #aee4ba #baaee4

Analogous Colors of #e4baae

#e4baae #e4d5ae #e4aebd

Monochromatic Colors of #e4baae

#e4baae

Complementary Color

#e4baae #aed8e4

#e4baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4baae Color CSS Codes

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

#e4baae Text Font Color

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

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


#e4baae Background Color

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

This div background color is #e4baae


#e4baae Border Color

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

This div border color is #e4baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4baae


Comments

No comments written yet.

Please login to write comment.