Color Hex Logo

#e0adbf Color Hex

#E0ADBF
(224,173,191)
0 Favorites   0 Comments

Color spaces of #e0adbf

RGB 224173191
HSL0.940.450.78
HSV339°23°88°
CMYK 0.000.230.15   0.12
XYZ55.088049.496055.9404
Yxy49.49600.34320.3083
Hunter Lab70.353416.65032.1039
CIE-Lab75.758921.3662-1.9788

#e0adbf color RGB value is (224,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101101 10111111
Octal 340 255 277
Decimal 224 173 191
Hex E0 AD BF

RGB Percentages of Color #e0adbf

%38.10
%29.42
%32.48

CMYK Percentages of Color #e0adbf

%0
%23
%15
%12

Triadic Colors of #e0adbf

#e0adbf #bfe0ad #adbfe0

Analogous Colors of #e0adbf

#e0adbf #e0b5ad #e0add9

Monochromatic Colors of #e0adbf

#e0adbf

Complementary Color

#e0adbf #ade0ce

#e0adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0adbf Color CSS Codes

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

#e0adbf Text Font Color

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

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


#e0adbf Background Color

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

This div background color is #e0adbf


#e0adbf Border Color

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

This div border color is #e0adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0adbf


Comments

No comments written yet.

Please login to write comment.