Color Hex Logo

#e1adaf Color Hex

#E1ADAF
(225,173,175)
0 Favorites   0 Comments

Color spaces of #e1adaf

RGB 225173175
HSL0.990.460.78
HSV358°23°88°
CMYK 0.000.230.22   0.12
XYZ53.732848.989847.1814
Yxy48.98980.35840.3268
Hunter Lab69.992714.54579.0281
CIE-Lab75.445019.27226.3192

#e1adaf color RGB value is (225,173,175).

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

The process color (four color CMYK) of #e1adaf color hex is 0.00, 0.23, 0.22, 0.12. Web safe color of #e1adaf is #cc9999. Color #e1adaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101101 10101111
Octal 341 255 257
Decimal 225 173 175
Hex E1 AD AF

RGB Percentages of Color #e1adaf

%39.27
%30.19
%30.54

CMYK Percentages of Color #e1adaf

%0
%23
%22
%12

Triadic Colors of #e1adaf

#e1adaf #afe1ad #adafe1

Analogous Colors of #e1adaf

#e1adaf #e1c5ad #e1adc9

Monochromatic Colors of #e1adaf

#e1adaf

Complementary Color

#e1adaf #ade1df

#e1adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1adaf Color CSS Codes

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

#e1adaf Text Font Color

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

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


#e1adaf Background Color

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

This div background color is #e1adaf


#e1adaf Border Color

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

This div border color is #e1adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1adaf


Comments

No comments written yet.

Please login to write comment.