Color Hex Logo

#e6acef Color Hex

#E6ACEF
(230,172,239)
0 Favorites   0 Comments

Color spaces of #e6acef

RGB 230172239
HSL0.810.680.81
HSV292°28°94°
CMYK 0.040.280.00   0.06
XYZ62.965652.560088.4878
Yxy52.56000.30860.2576
Hunter Lab72.498328.1574-21.6176
CIE-Lab77.614532.3606-25.2356

#e6acef color RGB value is (230,172,239).

#e6acef hex color red value is 230, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e6acef hue: 0.81 , saturation: 0.68 and the lightness value of e6acef is 0.81.

The process color (four color CMYK) of #e6acef color hex is 0.04, 0.28, 0.00, 0.06. Web safe color of #e6acef is #ff99ff. Color #e6acef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101100 11101111
Octal 346 254 357
Decimal 230 172 239
Hex E6 AC EF

RGB Percentages of Color #e6acef

%35.88
%26.83
%37.29

CMYK Percentages of Color #e6acef

%4
%28
%0
%6

Triadic Colors of #e6acef

#e6acef #efe6ac #acefe6

Analogous Colors of #e6acef

#e6acef #efacd7 #c5acef

Monochromatic Colors of #e6acef

#e6acef

Complementary Color

#e6acef #b5efac

#e6acef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6acef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6acef Color CSS Codes

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

#e6acef Text Font Color

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

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


#e6acef Background Color

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

This div background color is #e6acef


#e6acef Border Color

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

This div border color is #e6acef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6acef

#e6acef Color Palettes


Comments

No comments written yet.

Please login to write comment.