Color Hex Logo

#e4bace Color Hex

#E4BACE
(228,186,206)
0 Favorites   0 Comments

Color spaces of #e4bace

RGB 228186206
HSL0.920.440.81
HSV331°18°89°
CMYK 0.000.180.10   0.11
XYZ60.694456.068066.0158
Yxy56.06800.33210.3068
Hunter Lab74.878613.64940.1427
CIE-Lab79.652518.2711-4.3568

#e4bace color RGB value is (228,186,206).

#e4bace hex color red value is 228, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e4bace hue: 0.92 , saturation: 0.44 and the lightness value of e4bace is 0.81.

The process color (four color CMYK) of #e4bace color hex is 0.00, 0.18, 0.10, 0.11. Web safe color of #e4bace is #cccccc. Color #e4bace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111010 11001110
Octal 344 272 316
Decimal 228 186 206
Hex E4 BA CE

RGB Percentages of Color #e4bace

%36.77
%30.00
%33.23

CMYK Percentages of Color #e4bace

%0
%18
%10
%11

Triadic Colors of #e4bace

#e4bace #cee4ba #bacee4

Analogous Colors of #e4bace

#e4bace #e4bbba #e4bae3

Monochromatic Colors of #e4bace

#e4bace

Complementary Color

#e4bace #bae4d0

#e4bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bace Color CSS Codes

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

#e4bace Text Font Color

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

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


#e4bace Background Color

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

This div background color is #e4bace


#e4bace Border Color

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

This div border color is #e4bace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,186,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bace


Comments

No comments written yet.

Please login to write comment.