Color Hex Logo

#e9adbc Color Hex

#E9ADBC
(233,173,188)
0 Favorites   0 Comments

Color spaces of #e9adbc

RGB 233173188
HSL0.960.580.80
HSV345°26°91°
CMYK 0.000.260.19   0.09
XYZ57.624950.841654.3532
Yxy50.84160.35390.3123
Hunter Lab71.303319.47694.7166
CIE-Lab76.583024.11760.9716

#e9adbc color RGB value is (233,173,188).

#e9adbc hex color red value is 233, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e9adbc hue: 0.96 , saturation: 0.58 and the lightness value of e9adbc is 0.80.

The process color (four color CMYK) of #e9adbc color hex is 0.00, 0.26, 0.19, 0.09. Web safe color of #e9adbc is #ff99cc. Color #e9adbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101101 10111100
Octal 351 255 274
Decimal 233 173 188
Hex E9 AD BC

RGB Percentages of Color #e9adbc

%39.23
%29.12
%31.65

CMYK Percentages of Color #e9adbc

%0
%26
%19
%9

Triadic Colors of #e9adbc

#e9adbc #bce9ad #adbce9

Analogous Colors of #e9adbc

#e9adbc #e9bcad #e9adda

Monochromatic Colors of #e9adbc

#e9adbc

Complementary Color

#e9adbc #ade9da

#e9adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9adbc Color CSS Codes

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

#e9adbc Text Font Color

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

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


#e9adbc Background Color

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

This div background color is #e9adbc


#e9adbc Border Color

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

This div border color is #e9adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9adbc


Comments

No comments written yet.

Please login to write comment.