Color Hex Logo

#eaadb0 Color Hex

#EAADB0
(234,173,176)
0 Favorites   0 Comments

Color spaces of #eaadb0

RGB 234173176
HSL0.990.590.80
HSV357°26°92°
CMYK 0.000.260.25   0.08
XYZ56.711750.514247.8355
Yxy50.51420.36570.3258
Hunter Lab71.073318.05259.8465
CIE-Lab76.383822.72877.2416

#eaadb0 color RGB value is (234,173,176).

#eaadb0 hex color red value is 234, green value is 173 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #eaadb0 hue: 0.99 , saturation: 0.59 and the lightness value of eaadb0 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 10110000
Octal 352 255 260
Decimal 234 173 176
Hex EA AD B0

RGB Percentages of Color #eaadb0

%40.14
%29.67
%30.19

CMYK Percentages of Color #eaadb0

%0
%26
%25
%8

Triadic Colors of #eaadb0

#eaadb0 #b0eaad #adb0ea

Analogous Colors of #eaadb0

#eaadb0 #eac9ad #eaadcf

Monochromatic Colors of #eaadb0

#eaadb0

Complementary Color

#eaadb0 #adeae7

#eaadb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaadb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaadb0 Color CSS Codes

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

#eaadb0 Text Font Color

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

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


#eaadb0 Background Color

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

This div background color is #eaadb0


#eaadb0 Border Color

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

This div border color is #eaadb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaadb0


Comments

No comments written yet.

Please login to write comment.