Color Hex Logo

#eabed9 Color Hex

#EABED9
(234,190,217)
0 Favorites   0 Comments

Color spaces of #eabed9

RGB 234190217
HSL0.900.510.83
HSV323°19°92°
CMYK 0.000.190.07   0.08
XYZ64.869559.329173.6783
Yxy59.32910.32780.2998
Hunter Lab77.025415.5353-2.7958
CIE-Lab81.472220.0824-7.5305

#eabed9 color RGB value is (234,190,217).

#eabed9 hex color red value is 234, green value is 190 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #eabed9 hue: 0.90 , saturation: 0.51 and the lightness value of eabed9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11011001
Octal 352 276 331
Decimal 234 190 217
Hex EA BE D9

RGB Percentages of Color #eabed9

%36.51
%29.64
%33.85

CMYK Percentages of Color #eabed9

%0
%19
%7
%8

Triadic Colors of #eabed9

#eabed9 #d9eabe #bed9ea

Analogous Colors of #eabed9

#eabed9 #eabec3 #e5beea

Monochromatic Colors of #eabed9

#eabed9

Complementary Color

#eabed9 #beeacf

#eabed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabed9 Color CSS Codes

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

#eabed9 Text Font Color

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

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


#eabed9 Background Color

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

This div background color is #eabed9


#eabed9 Border Color

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

This div border color is #eabed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabed9


Comments

No comments written yet.

Please login to write comment.