Color Hex Logo

#eabedc Color Hex

#EABEDC
(234,190,220)
1 Favorites   0 Comments

Color spaces of #eabedc

RGB 234190220
HSL0.890.510.83
HSV319°19°92°
CMYK 0.000.190.06   0.08
XYZ65.263459.486675.7525
Yxy59.48660.32550.2967
Hunter Lab77.127616.0690-4.2437
CIE-Lab81.558320.6001-9.0144

#eabedc color RGB value is (234,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11011100
Octal 352 276 334
Decimal 234 190 220
Hex EA BE DC

RGB Percentages of Color #eabedc

%36.34
%29.50
%34.16

CMYK Percentages of Color #eabedc

%0
%19
%6
%8

Triadic Colors of #eabedc

#eabedc #dceabe #bedcea

Analogous Colors of #eabedc

#eabedc #eabec6 #e2beea

Monochromatic Colors of #eabedc

#eabedc

Complementary Color

#eabedc #beeacc

#eabedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabedc Color CSS Codes

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

#eabedc Text Font Color

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

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


#eabedc Background Color

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

This div background color is #eabedc


#eabedc Border Color

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

This div border color is #eabedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabedc


Comments

No comments written yet.

Please login to write comment.