Color Hex Logo

#eabdc5 Color Hex

#EABDC5
(234,189,197)
0 Favorites   0 Comments

Color spaces of #eabdc5

RGB 234189197
HSL0.970.520.83
HSV349°19°92°
CMYK 0.000.190.16   0.08
XYZ62.207357.918860.7241
Yxy57.91880.34400.3203
Hunter Lab76.104412.72225.9653
CIE-Lab80.693617.33172.0877

#eabdc5 color RGB value is (234,189,197).

#eabdc5 hex color red value is 234, green value is 189 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #eabdc5 hue: 0.97 , saturation: 0.52 and the lightness value of eabdc5 is 0.83.

The process color (four color CMYK) of #eabdc5 color hex is 0.00, 0.19, 0.16, 0.08. Web safe color of #eabdc5 is #ffcccc. Color #eabdc5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 11000101
Octal 352 275 305
Decimal 234 189 197
Hex EA BD C5

RGB Percentages of Color #eabdc5

%37.74
%30.48
%31.77

CMYK Percentages of Color #eabdc5

%0
%19
%16
%8

Triadic Colors of #eabdc5

#eabdc5 #c5eabd #bdc5ea

Analogous Colors of #eabdc5

#eabdc5 #eaccbd #eabddc

Monochromatic Colors of #eabdc5

#eabdc5

Complementary Color

#eabdc5 #bdeae2

#eabdc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabdc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabdc5 Color CSS Codes

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

#eabdc5 Text Font Color

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

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


#eabdc5 Background Color

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

This div background color is #eabdc5


#eabdc5 Border Color

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

This div border color is #eabdc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabdc5


Comments

No comments written yet.

Please login to write comment.