Color Hex Logo

#e8adaf Color Hex

#E8ADAF
(232,173,175)
0 Favorites   0 Comments

Color spaces of #e8adaf

RGB 232173175
HSL0.990.560.79
HSV358°25°91°
CMYK 0.000.250.25   0.09
XYZ55.960150.138147.2856
Yxy50.13810.36480.3269
Hunter Lab70.808317.15499.9721
CIE-Lab76.153921.85167.4302

#e8adaf color RGB value is (232,173,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101101 10101111
Octal 350 255 257
Decimal 232 173 175
Hex E8 AD AF

RGB Percentages of Color #e8adaf

%40.00
%29.83
%30.17

CMYK Percentages of Color #e8adaf

%0
%25
%25
%9

Triadic Colors of #e8adaf

#e8adaf #afe8ad #adafe8

Analogous Colors of #e8adaf

#e8adaf #e8c9ad #e8adcd

Monochromatic Colors of #e8adaf

#e8adaf

Complementary Color

#e8adaf #ade8e6

#e8adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8adaf Color CSS Codes

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

#e8adaf Text Font Color

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

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


#e8adaf Background Color

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

This div background color is #e8adaf


#e8adaf Border Color

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

This div border color is #e8adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8adaf


Comments

No comments written yet.

Please login to write comment.