Color Hex Logo

#eaadab Color Hex

#EAADAB
(234,173,171)
0 Favorites   0 Comments

Color spaces of #eaadab

RGB 234173171
HSL0.010.600.79
HSV27°92°
CMYK 0.000.260.27   0.08
XYZ56.225950.319845.2773
Yxy50.31980.37030.3314
Hunter Lab70.936517.344511.8119
CIE-Lab76.265122.03489.7972

#eaadab color RGB value is (234,173,171).

#eaadab hex color red value is 234, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eaadab hue: 0.01 , saturation: 0.60 and the lightness value of eaadab is 0.79.

The process color (four color CMYK) of #eaadab color hex is 0.00, 0.26, 0.27, 0.08. Web safe color of #eaadab is #ff9999. Color #eaadab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 10101011
Octal 352 255 253
Decimal 234 173 171
Hex EA AD AB

RGB Percentages of Color #eaadab

%40.48
%29.93
%29.58

CMYK Percentages of Color #eaadab

%0
%26
%27
%8

Triadic Colors of #eaadab

#eaadab #abeaad #adabea

Analogous Colors of #eaadab

#eaadab #eacdab #eaabc9

Monochromatic Colors of #eaadab

#eaadab

Complementary Color

#eaadab #abe8ea

#eaadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaadab Color CSS Codes

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

#eaadab Text Font Color

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

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


#eaadab Background Color

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

This div background color is #eaadab


#eaadab Border Color

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

This div border color is #eaadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaadab


Comments

No comments written yet.

Please login to write comment.