Color Hex Logo

#eaadb8 Color Hex

#EAADB8
(234,173,184)
0 Favorites   0 Comments

Color spaces of #eaadb8

RGB 234173184
HSL0.970.590.80
HSV349°26°92°
CMYK 0.000.260.21   0.08
XYZ57.527050.840352.1285
Yxy50.84030.35840.3168
Hunter Lab71.302419.23526.5653
CIE-Lab76.582223.88123.1650

#eaadb8 color RGB value is (234,173,184).

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

The process color (four color CMYK) of #eaadb8 color hex is 0.00, 0.26, 0.21, 0.08. Web safe color of #eaadb8 is #ff99cc. Color #eaadb8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 10111000
Octal 352 255 270
Decimal 234 173 184
Hex EA AD B8

RGB Percentages of Color #eaadb8

%39.59
%29.27
%31.13

CMYK Percentages of Color #eaadb8

%0
%26
%21
%8

Triadic Colors of #eaadb8

#eaadb8 #b8eaad #adb8ea

Analogous Colors of #eaadb8

#eaadb8 #eac1ad #eaadd7

Monochromatic Colors of #eaadb8

#eaadb8

Complementary Color

#eaadb8 #adeadf

#eaadb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaadb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaadb8 Color CSS Codes

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

#eaadb8 Text Font Color

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

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


#eaadb8 Background Color

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

This div background color is #eaadb8


#eaadb8 Border Color

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

This div border color is #eaadb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaadb8


Comments

No comments written yet.

Please login to write comment.