Color Hex Logo

#e2adbd Color Hex

#E2ADBD
(226,173,189)
0 Favorites   0 Comments

Color spaces of #e2adbd

RGB 226173189
HSL0.950.480.78
HSV342°23°89°
CMYK 0.000.230.16   0.11
XYZ55.492949.730054.8182
Yxy49.73000.34670.3107
Hunter Lab70.519517.05533.2747
CIE-Lab75.903221.7628-0.6515

#e2adbd color RGB value is (226,173,189).

#e2adbd hex color red value is 226, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e2adbd hue: 0.95 , saturation: 0.48 and the lightness value of e2adbd is 0.78.

The process color (four color CMYK) of #e2adbd color hex is 0.00, 0.23, 0.16, 0.11. Web safe color of #e2adbd is #cc99cc. Color #e2adbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101101 10111101
Octal 342 255 275
Decimal 226 173 189
Hex E2 AD BD

RGB Percentages of Color #e2adbd

%38.44
%29.42
%32.14

CMYK Percentages of Color #e2adbd

%0
%23
%16
%11

Triadic Colors of #e2adbd

#e2adbd #bde2ad #adbde2

Analogous Colors of #e2adbd

#e2adbd #e2b8ad #e2add8

Monochromatic Colors of #e2adbd

#e2adbd

Complementary Color

#e2adbd #ade2d2

#e2adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2adbd Color CSS Codes

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

#e2adbd Text Font Color

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

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


#e2adbd Background Color

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

This div background color is #e2adbd


#e2adbd Border Color

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

This div border color is #e2adbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,173,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2adbd

#e2adbd Color Palettes


Comments

No comments written yet.

Please login to write comment.