Color Hex Logo

#eabedf Color Hex

#EABEDF
(234,190,223)
0 Favorites   0 Comments

Color spaces of #eabedf

RGB 234190223
HSL0.880.510.83
HSV315°19°92°
CMYK 0.000.190.05   0.08
XYZ65.664459.647077.8642
Yxy59.64700.32320.2936
Hunter Lab77.231516.6107-5.7137
CIE-Lab81.645921.1241-10.4951

#eabedf color RGB value is (234,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11011111
Octal 352 276 337
Decimal 234 190 223
Hex EA BE DF

RGB Percentages of Color #eabedf

%36.17
%29.37
%34.47

CMYK Percentages of Color #eabedf

%0
%19
%5
%8

Triadic Colors of #eabedf

#eabedf #dfeabe #bedfea

Analogous Colors of #eabedf

#eabedf #eabec9 #dfbeea

Monochromatic Colors of #eabedf

#eabedf

Complementary Color

#eabedf #beeac9

#eabedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabedf Color CSS Codes

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

#eabedf Text Font Color

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

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


#eabedf Background Color

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

This div background color is #eabedf


#eabedf Border Color

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

This div border color is #eabedf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,190,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 #eabedf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabedf


Comments

No comments written yet.

Please login to write comment.