Color Hex Logo

#eabefe Color Hex

#EABEFE
(234,190,254)
0 Favorites   0 Comments

Color spaces of #eabefe

RGB 234190254
HSL0.780.970.87
HSV281°25°100°
CMYK 0.080.250.00   0.00
XYZ70.234561.4751101.9300
Yxy61.47510.30060.2631
Hunter Lab78.406122.6859-22.1944
CIE-Lab82.633526.8927-25.5911

#eabefe color RGB value is (234,190,254).

#eabefe hex color red value is 234, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eabefe hue: 0.78 , saturation: 0.97 and the lightness value of eabefe is 0.87.

The process color (four color CMYK) of #eabefe color hex is 0.08, 0.25, 0.00, 0.00. Web safe color of #eabefe is #ffccff. Color #eabefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11111110
Octal 352 276 376
Decimal 234 190 254
Hex EA BE FE

RGB Percentages of Color #eabefe

%34.51
%28.02
%37.46

CMYK Percentages of Color #eabefe

%8
%25
%0
%0

Triadic Colors of #eabefe

#eabefe #feeabe #befeea

Analogous Colors of #eabefe

#eabefe #febef2 #cabefe

Monochromatic Colors of #eabefe

#eabefe

Complementary Color

#eabefe #d2febe

#eabefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabefe Color CSS Codes

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

#eabefe Text Font Color

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

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


#eabefe Background Color

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

This div background color is #eabefe


#eabefe Border Color

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

This div border color is #eabefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabefe

Related Colors


Comments

No comments written yet.

Please login to write comment.