Color Hex Logo

#e1adb2 Color Hex

#E1ADB2
(225,173,178)
0 Favorites   0 Comments

Color spaces of #e1adb2

RGB 225173178
HSL0.980.460.78
HSV354°23°88°
CMYK 0.000.230.21   0.12
XYZ54.030849.109048.7507
Yxy49.10900.35570.3233
Hunter Lab70.077814.98947.8085
CIE-Lab75.519119.71574.7872

#e1adb2 color RGB value is (225,173,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101101 10110010
Octal 341 255 262
Decimal 225 173 178
Hex E1 AD B2

RGB Percentages of Color #e1adb2

%39.06
%30.03
%30.90

CMYK Percentages of Color #e1adb2

%0
%23
%21
%12

Triadic Colors of #e1adb2

#e1adb2 #b2e1ad #adb2e1

Analogous Colors of #e1adb2

#e1adb2 #e1c2ad #e1adcc

Monochromatic Colors of #e1adb2

#e1adb2

Complementary Color

#e1adb2 #ade1dc

#e1adb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1adb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1adb2 Color CSS Codes

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

#e1adb2 Text Font Color

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

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


#e1adb2 Background Color

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

This div background color is #e1adb2


#e1adb2 Border Color

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

This div border color is #e1adb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1adb2


Comments

No comments written yet.

Please login to write comment.