Color Hex Logo

#eac5ff Color Hex

#EAC5FF
(234,197,255)
0 Favorites   0 Comments

Color spaces of #eac5ff

RGB 234197255
HSL0.771.000.89
HSV278°23°100°
CMYK 0.080.230.00   0.00
XYZ71.947964.6449103.2934
Yxy64.64490.29990.2695
Hunter Lab80.402119.0274-19.8891
CIE-Lab84.300423.3540-23.5856

#eac5ff color RGB value is (234,197,255).

#eac5ff hex color red value is 234, green value is 197 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eac5ff hue: 0.77 , saturation: 1.00 and the lightness value of eac5ff is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 11111111
Octal 352 305 377
Decimal 234 197 255
Hex EA C5 FF

RGB Percentages of Color #eac5ff

%34.11
%28.72
%37.17

CMYK Percentages of Color #eac5ff

%8
%23
%0
%0

Triadic Colors of #eac5ff

#eac5ff #ffeac5 #c5ffea

Analogous Colors of #eac5ff

#eac5ff #ffc5f7 #cdc5ff

Monochromatic Colors of #eac5ff

#eac5ff

Complementary Color

#eac5ff #daffc5

#eac5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac5ff Color CSS Codes

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

#eac5ff Text Font Color

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

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


#eac5ff Background Color

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

This div background color is #eac5ff


#eac5ff Border Color

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

This div border color is #eac5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac5ff

Related Colors

#eac5ff Color Palettes


Comments

No comments written yet.

Please login to write comment.