Color Hex Logo

#eabddf Color Hex

#EABDDF
(234,189,223)
0 Favorites   0 Comments

Color spaces of #eabddf

RGB 234189223
HSL0.870.520.83
HSV315°19°92°
CMYK 0.000.190.05   0.08
XYZ65.448659.215377.7922
Yxy59.21530.32330.2925
Hunter Lab76.951517.1523-6.0717
CIE-Lab81.409821.6572-10.8471

#eabddf color RGB value is (234,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 11011111
Octal 352 275 337
Decimal 234 189 223
Hex EA BD DF

RGB Percentages of Color #eabddf

%36.22
%29.26
%34.52

CMYK Percentages of Color #eabddf

%0
%19
%5
%8

Triadic Colors of #eabddf

#eabddf #dfeabd #bddfea

Analogous Colors of #eabddf

#eabddf #eabdc9 #dfbdea

Monochromatic Colors of #eabddf

#eabddf

Complementary Color

#eabddf #bdeac8

#eabddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabddf Color CSS Codes

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

#eabddf Text Font Color

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

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


#eabddf Background Color

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

This div background color is #eabddf


#eabddf Border Color

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

This div border color is #eabddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabddf


Comments

No comments written yet.

Please login to write comment.