Color Hex Logo

#eabeef Color Hex

#EABEEF
(234,190,239)
0 Favorites   0 Comments

Color spaces of #eabeef

RGB 234190239
HSL0.820.600.84
HSV294°21°94°
CMYK 0.020.210.00   0.06
XYZ67.925160.551389.7689
Yxy60.55130.31120.2774
Hunter Lab77.814719.6384-13.9280
CIE-Lab82.136924.0232-18.3347

#eabeef color RGB value is (234,190,239).

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

The process color (four color CMYK) of #eabeef color hex is 0.02, 0.21, 0.00, 0.06. Web safe color of #eabeef is #ffccff. Color #eabeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11101111
Octal 352 276 357
Decimal 234 190 239
Hex EA BE EF

RGB Percentages of Color #eabeef

%35.29
%28.66
%36.05

CMYK Percentages of Color #eabeef

%2
%21
%0
%6

Triadic Colors of #eabeef

#eabeef #efeabe #beefea

Analogous Colors of #eabeef

#eabeef #efbedc #d2beef

Monochromatic Colors of #eabeef

#eabeef

Complementary Color

#eabeef #c3efbe

#eabeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabeef Color CSS Codes

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

#eabeef Text Font Color

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

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


#eabeef Background Color

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

This div background color is #eabeef


#eabeef Border Color

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

This div border color is #eabeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabeef


Comments

No comments written yet.

Please login to write comment.