Color Hex Logo

#eabdce Color Hex

#EABDCE
(234,189,206)
0 Favorites   0 Comments

Color spaces of #eabdce

RGB 234189206
HSL0.940.520.83
HSV337°19°92°
CMYK 0.000.190.12   0.08
XYZ63.269958.343866.3193
Yxy58.34380.33670.3105
Hunter Lab76.383114.18521.9899
CIE-Lab80.929618.7726-2.4140

#eabdce color RGB value is (234,189,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 11001110
Octal 352 275 316
Decimal 234 189 206
Hex EA BD CE

RGB Percentages of Color #eabdce

%37.20
%30.05
%32.75

CMYK Percentages of Color #eabdce

%0
%19
%12
%8

Triadic Colors of #eabdce

#eabdce #ceeabd #bdceea

Analogous Colors of #eabdce

#eabdce #eac3bd #eabde5

Monochromatic Colors of #eabdce

#eabdce

Complementary Color

#eabdce #bdead9

#eabdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabdce Color CSS Codes

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

#eabdce Text Font Color

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

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


#eabdce Background Color

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

This div background color is #eabdce


#eabdce Border Color

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

This div border color is #eabdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabdce


Comments

No comments written yet.

Please login to write comment.