Color Hex Logo

#eab6ec Color Hex

#EAB6EC
(234,182,236)
0 Favorites   0 Comments

Color spaces of #eab6ec

RGB 234182236
HSL0.830.590.82
HSV298°23°93°
CMYK 0.010.230.00   0.07
XYZ65.800057.004586.8918
Yxy57.00450.31380.2718
Hunter Lab75.501323.4368-15.3838
CIE-Lab80.182127.7377-19.6797

#eab6ec color RGB value is (234,182,236).

#eab6ec hex color red value is 234, green value is 182 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #eab6ec hue: 0.83 , saturation: 0.59 and the lightness value of eab6ec is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 11101100
Octal 352 266 354
Decimal 234 182 236
Hex EA B6 EC

RGB Percentages of Color #eab6ec

%35.89
%27.91
%36.20

CMYK Percentages of Color #eab6ec

%1
%23
%0
%7

Triadic Colors of #eab6ec

#eab6ec #eceab6 #b6ecea

Analogous Colors of #eab6ec

#eab6ec #ecb6d3 #cfb6ec

Monochromatic Colors of #eab6ec

#eab6ec

Complementary Color

#eab6ec #b8ecb6

#eab6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab6ec Color CSS Codes

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

#eab6ec Text Font Color

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

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


#eab6ec Background Color

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

This div background color is #eab6ec


#eab6ec Border Color

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

This div border color is #eab6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab6ec


Comments

No comments written yet.

Please login to write comment.