Color Hex Logo

#eabeda Color Hex

#EABEDA
(234,190,218)
0 Favorites   0 Comments

Color spaces of #eabeda

RGB 234190218
HSL0.890.510.83
HSV322°19°92°
CMYK 0.000.190.07   0.08
XYZ65.000059.381374.3655
Yxy59.38130.32700.2988
Hunter Lab77.059315.7122-3.2759
CIE-Lab81.500720.2542-8.0255

#eabeda color RGB value is (234,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11011010
Octal 352 276 332
Decimal 234 190 218
Hex EA BE DA

RGB Percentages of Color #eabeda

%36.45
%29.60
%33.96

CMYK Percentages of Color #eabeda

%0
%19
%7
%8

Triadic Colors of #eabeda

#eabeda #daeabe #bedaea

Analogous Colors of #eabeda

#eabeda #eabec4 #e4beea

Monochromatic Colors of #eabeda

#eabeda

Complementary Color

#eabeda #beeace

#eabeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabeda Color CSS Codes

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

#eabeda Text Font Color

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

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


#eabeda Background Color

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

This div background color is #eabeda


#eabeda Border Color

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

This div border color is #eabeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabeda


Comments

No comments written yet.

Please login to write comment.