Color Hex Logo

#eac4ee Color Hex

#EAC4EE
(234,196,238)
0 Favorites   0 Comments

Color spaces of #eac4ee

RGB 234196238
HSL0.820.550.85
HSV294°18°93°
CMYK 0.020.180.00   0.07
XYZ69.104263.145389.4350
Yxy63.14530.31170.2848
Hunter Lab79.464016.1667-11.1048
CIE-Lab83.518820.6388-15.7194

#eac4ee color RGB value is (234,196,238).

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

The process color (four color CMYK) of #eac4ee color hex is 0.02, 0.18, 0.00, 0.07. Web safe color of #eac4ee is #ffccff. Color #eac4ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000100 11101110
Octal 352 304 356
Decimal 234 196 238
Hex EA C4 EE

RGB Percentages of Color #eac4ee

%35.03
%29.34
%35.63

CMYK Percentages of Color #eac4ee

%2
%18
%0
%7

Triadic Colors of #eac4ee

#eac4ee #eeeac4 #c4eeea

Analogous Colors of #eac4ee

#eac4ee #eec4dd #d5c4ee

Monochromatic Colors of #eac4ee

#eac4ee

Complementary Color

#eac4ee #c8eec4

#eac4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac4ee Color CSS Codes

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

#eac4ee Text Font Color

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

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


#eac4ee Background Color

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

This div background color is #eac4ee


#eac4ee Border Color

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

This div border color is #eac4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac4ee


Comments

No comments written yet.

Please login to write comment.