Color Hex Logo

#e0baad Color Hex

#E0BAAD
(224,186,173)
0 Favorites   0 Comments

Color spaces of #e0baad

RGB 224186173
HSL0.040.450.78
HSV15°23°88°
CMYK 0.000.170.23   0.12
XYZ55.842253.982247.0116
Yxy53.98220.35610.3442
Hunter Lab73.47267.090413.4940
CIE-Lab78.451411.654511.6843

#e0baad color RGB value is (224,186,173).

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

The process color (four color CMYK) of #e0baad color hex is 0.00, 0.17, 0.23, 0.12. Web safe color of #e0baad is #cccc99. Color #e0baad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111010 10101101
Octal 340 272 255
Decimal 224 186 173
Hex E0 BA AD

RGB Percentages of Color #e0baad

%38.42
%31.90
%29.67

CMYK Percentages of Color #e0baad

%0
%17
%23
%12

Triadic Colors of #e0baad

#e0baad #ade0ba #baade0

Analogous Colors of #e0baad

#e0baad #e0d4ad #e0adba

Monochromatic Colors of #e0baad

#e0baad

Complementary Color

#e0baad #add3e0

#e0baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0baad Color CSS Codes

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

#e0baad Text Font Color

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

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


#e0baad Background Color

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

This div background color is #e0baad


#e0baad Border Color

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

This div border color is #e0baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0baad


Comments

No comments written yet.

Please login to write comment.