Color Hex Logo

#eac8ef Color Hex

#EAC8EF
(234,200,239)
0 Favorites   0 Comments

Color spaces of #eac8ef

RGB 234200239
HSL0.810.550.86
HSV292°16°94°
CMYK 0.020.160.00   0.06
XYZ70.165965.033090.5158
Yxy65.03300.31090.2881
Hunter Lab80.643014.1840-10.0985
CIE-Lab84.500718.6970-14.7778

#eac8ef color RGB value is (234,200,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001000 11101111
Octal 352 310 357
Decimal 234 200 239
Hex EA C8 EF

RGB Percentages of Color #eac8ef

%34.77
%29.72
%35.51

CMYK Percentages of Color #eac8ef

%2
%16
%0
%6

Triadic Colors of #eac8ef

#eac8ef #efeac8 #c8efea

Analogous Colors of #eac8ef

#eac8ef #efc8e1 #d7c8ef

Monochromatic Colors of #eac8ef

#eac8ef

Complementary Color

#eac8ef #cdefc8

#eac8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac8ef Color CSS Codes

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

#eac8ef Text Font Color

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

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


#eac8ef Background Color

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

This div background color is #eac8ef


#eac8ef Border Color

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

This div border color is #eac8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac8ef


Comments

No comments written yet.

Please login to write comment.