Color Hex Logo

#e2baae Color Hex

#E2BAAE
(226,186,174)
0 Favorites   0 Comments

Color spaces of #e2baae

RGB 226186174
HSL0.040.470.78
HSV14°23°89°
CMYK 0.000.180.23   0.11
XYZ56.562954.342647.5524
Yxy54.34260.35700.3429
Hunter Lab73.71747.956413.3564
CIE-Lab78.661112.544411.4685

#e2baae color RGB value is (226,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111010 10101110
Octal 342 272 256
Decimal 226 186 174
Hex E2 BA AE

RGB Percentages of Color #e2baae

%38.57
%31.74
%29.69

CMYK Percentages of Color #e2baae

%0
%18
%23
%11

Triadic Colors of #e2baae

#e2baae #aee2ba #baaee2

Analogous Colors of #e2baae

#e2baae #e2d4ae #e2aebc

Monochromatic Colors of #e2baae

#e2baae

Complementary Color

#e2baae #aed6e2

#e2baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2baae Color CSS Codes

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

#e2baae Text Font Color

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

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


#e2baae Background Color

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

This div background color is #e2baae


#e2baae Border Color

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

This div border color is #e2baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2baae


Comments

No comments written yet.

Please login to write comment.