Color Hex Logo

#e9adbe Color Hex

#E9ADBE
(233,173,190)
0 Favorites   0 Comments

Color spaces of #e9adbe

RGB 233173190
HSL0.950.580.80
HSV343°26°91°
CMYK 0.000.260.18   0.09
XYZ57.842150.928555.4968
Yxy50.92850.35210.3100
Hunter Lab71.364219.79043.8477
CIE-Lab76.635724.4214-0.0425

#e9adbe color RGB value is (233,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101101 10111110
Octal 351 255 276
Decimal 233 173 190
Hex E9 AD BE

RGB Percentages of Color #e9adbe

%39.09
%29.03
%31.88

CMYK Percentages of Color #e9adbe

%0
%26
%18
%9

Triadic Colors of #e9adbe

#e9adbe #bee9ad #adbee9

Analogous Colors of #e9adbe

#e9adbe #e9baad #e9addc

Monochromatic Colors of #e9adbe

#e9adbe

Complementary Color

#e9adbe #ade9d8

#e9adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9adbe Color CSS Codes

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

#e9adbe Text Font Color

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

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


#e9adbe Background Color

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

This div background color is #e9adbe


#e9adbe Border Color

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

This div border color is #e9adbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9adbe


Comments

No comments written yet.

Please login to write comment.