Color Hex Logo

#eaadb2 Color Hex

#EAADB2
(234,173,178)
0 Favorites   0 Comments

Color spaces of #eaadb2

RGB 234173178
HSL0.990.590.80
HSV355°26°92°
CMYK 0.000.260.24   0.08
XYZ56.911150.593948.8855
Yxy50.59390.36390.3235
Hunter Lab71.129418.34269.0420
CIE-Lab76.432423.01216.2210

#eaadb2 color RGB value is (234,173,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 10110010
Octal 352 255 262
Decimal 234 173 178
Hex EA AD B2

RGB Percentages of Color #eaadb2

%40.00
%29.57
%30.43

CMYK Percentages of Color #eaadb2

%0
%26
%24
%8

Triadic Colors of #eaadb2

#eaadb2 #b2eaad #adb2ea

Analogous Colors of #eaadb2

#eaadb2 #eac7ad #eaadd1

Monochromatic Colors of #eaadb2

#eaadb2

Complementary Color

#eaadb2 #adeae5

#eaadb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaadb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaadb2 Color CSS Codes

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

#eaadb2 Text Font Color

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

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


#eaadb2 Background Color

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

This div background color is #eaadb2


#eaadb2 Border Color

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

This div border color is #eaadb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaadb2


Comments

No comments written yet.

Please login to write comment.