Color Hex Logo

#eabdc9 Color Hex

#EABDC9
(234,189,201)
0 Favorites   0 Comments

Color spaces of #eabdc9

RGB 234189201
HSL0.960.520.83
HSV344°19°92°
CMYK 0.000.190.14   0.08
XYZ62.671958.104763.1705
Yxy58.10470.34070.3159
Hunter Lab76.226413.36304.2236
CIE-Lab80.797017.96430.0841

#eabdc9 color RGB value is (234,189,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 11001001
Octal 352 275 311
Decimal 234 189 201
Hex EA BD C9

RGB Percentages of Color #eabdc9

%37.50
%30.29
%32.21

CMYK Percentages of Color #eabdc9

%0
%19
%14
%8

Triadic Colors of #eabdc9

#eabdc9 #c9eabd #bdc9ea

Analogous Colors of #eabdc9

#eabdc9 #eac8bd #eabde0

Monochromatic Colors of #eabdc9

#eabdc9

Complementary Color

#eabdc9 #bdeade

#eabdc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabdc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabdc9 Color CSS Codes

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

#eabdc9 Text Font Color

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

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


#eabdc9 Background Color

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

This div background color is #eabdc9


#eabdc9 Border Color

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

This div border color is #eabdc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabdc9


Comments

No comments written yet.

Please login to write comment.