Color Hex Logo

#e0adbe Color Hex

#E0ADBE
(224,173,190)
0 Favorites   0 Comments

Color spaces of #e0adbe

RGB 224173190
HSL0.940.450.78
HSV340°23°88°
CMYK 0.000.230.15   0.12
XYZ54.978349.452155.3627
Yxy49.45210.34410.3095
Hunter Lab70.322216.48852.5482
CIE-Lab75.731721.2063-1.4723

#e0adbe color RGB value is (224,173,190).

#e0adbe hex color red value is 224, green value is 173 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e0adbe hue: 0.94 , saturation: 0.45 and the lightness value of e0adbe is 0.78.

The process color (four color CMYK) of #e0adbe color hex is 0.00, 0.23, 0.15, 0.12. Web safe color of #e0adbe is #cc99cc. Color #e0adbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101101 10111110
Octal 340 255 276
Decimal 224 173 190
Hex E0 AD BE

RGB Percentages of Color #e0adbe

%38.16
%29.47
%32.37

CMYK Percentages of Color #e0adbe

%0
%23
%15
%12

Triadic Colors of #e0adbe

#e0adbe #bee0ad #adbee0

Analogous Colors of #e0adbe

#e0adbe #e0b6ad #e0add8

Monochromatic Colors of #e0adbe

#e0adbe

Complementary Color

#e0adbe #ade0cf

#e0adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0adbe Color CSS Codes

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

#e0adbe Text Font Color

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

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


#e0adbe Background Color

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

This div background color is #e0adbe


#e0adbe Border Color

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

This div border color is #e0adbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0adbe


Comments

No comments written yet.

Please login to write comment.