Color Hex Logo

#e8adbf Color Hex

#E8ADBF
(232,173,191)
0 Favorites   0 Comments

Color spaces of #e8adbf

RGB 232173191
HSL0.950.560.79
HSV342°25°91°
CMYK 0.000.250.18   0.09
XYZ57.626350.804556.0592
Yxy50.80450.35030.3089
Hunter Lab71.277319.57863.2628
CIE-Lab76.560424.2181-0.7101

#e8adbf color RGB value is (232,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101101 10111111
Octal 350 255 277
Decimal 232 173 191
Hex E8 AD BF

RGB Percentages of Color #e8adbf

%38.93
%29.03
%32.05

CMYK Percentages of Color #e8adbf

%0
%25
%18
%9

Triadic Colors of #e8adbf

#e8adbf #bfe8ad #adbfe8

Analogous Colors of #e8adbf

#e8adbf #e8b9ad #e8addd

Monochromatic Colors of #e8adbf

#e8adbf

Complementary Color

#e8adbf #ade8d6

#e8adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8adbf Color CSS Codes

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

#e8adbf Text Font Color

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

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


#e8adbf Background Color

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

This div background color is #e8adbf


#e8adbf Border Color

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

This div border color is #e8adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8adbf


Comments

No comments written yet.

Please login to write comment.