Color Hex Logo

#eab4ef Color Hex

#EAB4EF
(234,180,239)
0 Favorites   0 Comments

Color spaces of #eab4ef

RGB 234180239
HSL0.820.650.82
HSV295°25°94°
CMYK 0.020.250.00   0.06
XYZ65.832956.366989.0715
Yxy56.36690.31160.2668
Hunter Lab75.077925.1334-17.7864
CIE-Lab79.822229.3629-21.8387

#eab4ef color RGB value is (234,180,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 11101111
Octal 352 264 357
Decimal 234 180 239
Hex EA B4 EF

RGB Percentages of Color #eab4ef

%35.83
%27.57
%36.60

CMYK Percentages of Color #eab4ef

%2
%25
%0
%6

Triadic Colors of #eab4ef

#eab4ef #efeab4 #b4efea

Analogous Colors of #eab4ef

#eab4ef #efb4d7 #cdb4ef

Monochromatic Colors of #eab4ef

#eab4ef

Complementary Color

#eab4ef #b9efb4

#eab4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab4ef Color CSS Codes

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

#eab4ef Text Font Color

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

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


#eab4ef Background Color

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

This div background color is #eab4ef


#eab4ef Border Color

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

This div border color is #eab4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab4ef


Comments

No comments written yet.

Please login to write comment.