Color Hex Logo

#eac7ec Color Hex

#EAC7EC
(234,199,236)
0 Favorites   0 Comments

Color spaces of #eac7ec

RGB 234199236
HSL0.820.490.85
HSV297°16°93°
CMYK 0.010.160.00   0.07
XYZ69.495464.395488.1236
Yxy64.39540.31300.2901
Hunter Lab80.246714.1530-8.9371
CIE-Lab84.171218.6733-13.6745

#eac7ec color RGB value is (234,199,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 11101100
Octal 352 307 354
Decimal 234 199 236
Hex EA C7 EC

RGB Percentages of Color #eac7ec

%34.98
%29.75
%35.28

CMYK Percentages of Color #eac7ec

%1
%16
%0
%7

Triadic Colors of #eac7ec

#eac7ec #eceac7 #c7ecea

Analogous Colors of #eac7ec

#eac7ec #ecc7dc #d8c7ec

Monochromatic Colors of #eac7ec

#eac7ec

Complementary Color

#eac7ec #c9ecc7

#eac7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac7ec Color CSS Codes

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

#eac7ec Text Font Color

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

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


#eac7ec Background Color

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

This div background color is #eac7ec


#eac7ec Border Color

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

This div border color is #eac7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac7ec


Comments

No comments written yet.

Please login to write comment.