Color Hex Logo

#e8adbe Color Hex

#E8ADBE
(232,173,190)
0 Favorites   0 Comments

Color spaces of #e8adbe

RGB 232173190
HSL0.950.560.79
HSV343°25°91°
CMYK 0.000.250.18   0.09
XYZ57.516550.760755.4815
Yxy50.76070.35120.3100
Hunter Lab71.246519.41953.7019
CIE-Lab76.533824.0639-0.2035

#e8adbe color RGB value is (232,173,190).

#e8adbe hex color red value is 232, green value is 173 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e8adbe hue: 0.95 , saturation: 0.56 and the lightness value of e8adbe is 0.79.

The process color (four color CMYK) of #e8adbe color hex is 0.00, 0.25, 0.18, 0.09. Web safe color of #e8adbe is #ff99cc. Color #e8adbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101101 10111110
Octal 350 255 276
Decimal 232 173 190
Hex E8 AD BE

RGB Percentages of Color #e8adbe

%38.99
%29.08
%31.93

CMYK Percentages of Color #e8adbe

%0
%25
%18
%9

Triadic Colors of #e8adbe

#e8adbe #bee8ad #adbee8

Analogous Colors of #e8adbe

#e8adbe #e8baad #e8addc

Monochromatic Colors of #e8adbe

#e8adbe

Complementary Color

#e8adbe #ade8d7

#e8adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8adbe Color CSS Codes

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

#e8adbe Text Font Color

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

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


#e8adbe Background Color

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

This div background color is #e8adbe


#e8adbe Border Color

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

This div border color is #e8adbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8adbe


Comments

No comments written yet.

Please login to write comment.