Color Hex Logo

#e8adbd Color Hex

#E8ADBD
(232,173,189)
0 Favorites   0 Comments

Color spaces of #e8adbd

RGB 232173189
HSL0.950.560.79
HSV344°25°91°
CMYK 0.000.250.19   0.09
XYZ57.407650.717154.9078
Yxy50.71710.35210.3111
Hunter Lab71.215919.26204.1383
CIE-Lab76.507323.91100.3034

#e8adbd color RGB value is (232,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101101 10111101
Octal 350 255 275
Decimal 232 173 189
Hex E8 AD BD

RGB Percentages of Color #e8adbd

%39.06
%29.12
%31.82

CMYK Percentages of Color #e8adbd

%0
%25
%19
%9

Triadic Colors of #e8adbd

#e8adbd #bde8ad #adbde8

Analogous Colors of #e8adbd

#e8adbd #e8bbad #e8addb

Monochromatic Colors of #e8adbd

#e8adbd

Complementary Color

#e8adbd #ade8d8

#e8adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8adbd Color CSS Codes

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

#e8adbd Text Font Color

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

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


#e8adbd Background Color

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

This div background color is #e8adbd


#e8adbd Border Color

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

This div border color is #e8adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8adbd


Comments

No comments written yet.

Please login to write comment.