Color Hex Logo

#eabdde Color Hex

#EABDDE
(234,189,222)
0 Favorites   0 Comments

Color spaces of #eabdde

RGB 234189222
HSL0.880.520.83
HSV316°19°92°
CMYK 0.000.190.05   0.08
XYZ65.314159.161577.0841
Yxy59.16150.32400.2935
Hunter Lab76.916516.9704-5.5776
CIE-Lab81.380321.4818-10.3538

#eabdde color RGB value is (234,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 11011110
Octal 352 275 336
Decimal 234 189 222
Hex EA BD DE

RGB Percentages of Color #eabdde

%36.28
%29.30
%34.42

CMYK Percentages of Color #eabdde

%0
%19
%5
%8

Triadic Colors of #eabdde

#eabdde #deeabd #bddeea

Analogous Colors of #eabdde

#eabdde #eabdc8 #e0bdea

Monochromatic Colors of #eabdde

#eabdde

Complementary Color

#eabdde #bdeac9

#eabdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabdde Color CSS Codes

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

#eabdde Text Font Color

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

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


#eabdde Background Color

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

This div background color is #eabdde


#eabdde Border Color

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

This div border color is #eabdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabdde

#eabdde Color Palettes


Comments

No comments written yet.

Please login to write comment.