Color Hex Logo

#eac7ef Color Hex

#EAC7EF
(234,199,239)
0 Favorites   0 Comments

Color spaces of #eac7ef

RGB 234199239
HSL0.810.560.86
HSV293°17°94°
CMYK 0.020.170.00   0.06
XYZ69.935164.571390.4389
Yxy64.57130.31090.2871
Hunter Lab80.356314.7274-10.4800
CIE-Lab84.262319.2286-15.1356

#eac7ef color RGB value is (234,199,239).

#eac7ef hex color red value is 234, green value is 199 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eac7ef hue: 0.81 , saturation: 0.56 and the lightness value of eac7ef is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 11101111
Octal 352 307 357
Decimal 234 199 239
Hex EA C7 EF

RGB Percentages of Color #eac7ef

%34.82
%29.61
%35.57

CMYK Percentages of Color #eac7ef

%2
%17
%0
%6

Triadic Colors of #eac7ef

#eac7ef #efeac7 #c7efea

Analogous Colors of #eac7ef

#eac7ef #efc7e0 #d6c7ef

Monochromatic Colors of #eac7ef

#eac7ef

Complementary Color

#eac7ef #ccefc7

#eac7ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac7ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac7ef Color CSS Codes

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

#eac7ef Text Font Color

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

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


#eac7ef Background Color

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

This div background color is #eac7ef


#eac7ef Border Color

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

This div border color is #eac7ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac7ef


Comments

No comments written yet.

Please login to write comment.