Color Hex Logo

#eabeed Color Hex

#EABEED
(234,190,237)
0 Favorites   0 Comments

Color spaces of #eabeed

RGB 234190237
HSL0.820.570.84
HSV296°20°93°
CMYK 0.010.200.00   0.07
XYZ67.631260.433888.2211
Yxy60.43380.31270.2794
Hunter Lab77.739219.2471-12.8669
CIE-Lab82.073423.6513-17.3601

#eabeed color RGB value is (234,190,237).

#eabeed hex color red value is 234, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eabeed hue: 0.82 , saturation: 0.57 and the lightness value of eabeed is 0.84.

The process color (four color CMYK) of #eabeed color hex is 0.01, 0.20, 0.00, 0.07. Web safe color of #eabeed is #ffccff. Color #eabeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11101101
Octal 352 276 355
Decimal 234 190 237
Hex EA BE ED

RGB Percentages of Color #eabeed

%35.40
%28.74
%35.85

CMYK Percentages of Color #eabeed

%1
%20
%0
%7

Triadic Colors of #eabeed

#eabeed #edeabe #beedea

Analogous Colors of #eabeed

#eabeed #edbed9 #d3beed

Monochromatic Colors of #eabeed

#eabeed

Complementary Color

#eabeed #c1edbe

#eabeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabeed Color CSS Codes

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

#eabeed Text Font Color

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

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


#eabeed Background Color

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

This div background color is #eabeed


#eabeed Border Color

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

This div border color is #eabeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabeed


Comments

No comments written yet.

Please login to write comment.