Color Hex Logo

#e3baaa Color Hex

#E3BAAA
(227,186,170)
0 Favorites   0 Comments

Color spaces of #e3baaa

RGB 227186170
HSL0.050.500.78
HSV17°25°89°
CMYK 0.000.180.25   0.11
XYZ56.493254.351045.5435
Yxy54.35100.36120.3475
Hunter Lab73.72317.767014.9790
CIE-Lab78.666012.350513.6445

#e3baaa color RGB value is (227,186,170).

#e3baaa hex color red value is 227, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e3baaa hue: 0.05 , saturation: 0.50 and the lightness value of e3baaa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111010 10101010
Octal 343 272 252
Decimal 227 186 170
Hex E3 BA AA

RGB Percentages of Color #e3baaa

%38.94
%31.90
%29.16

CMYK Percentages of Color #e3baaa

%0
%18
%25
%11

Triadic Colors of #e3baaa

#e3baaa #aae3ba #baaae3

Analogous Colors of #e3baaa

#e3baaa #e3d7aa #e3aab7

Monochromatic Colors of #e3baaa

#e3baaa

Complementary Color

#e3baaa #aad3e3

#e3baaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3baaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3baaa Color CSS Codes

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

#e3baaa Text Font Color

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

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


#e3baaa Background Color

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

This div background color is #e3baaa


#e3baaa Border Color

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

This div border color is #e3baaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3baaa


Comments

No comments written yet.

Please login to write comment.