Color Hex Logo

#eeaec4 Color Hex

#EEAEC4
(238,174,196)
0 Favorites   0 Comments

Color spaces of #eeaec4

RGB 238174196
HSL0.940.650.81
HSV339°27°93°
CMYK 0.000.270.18   0.07
XYZ60.359852.434859.1642
Yxy52.43480.35100.3049
Hunter Lab72.411922.07012.2454
CIE-Lab77.540126.5835-1.9275

#eeaec4 color RGB value is (238,174,196).

#eeaec4 hex color red value is 238, green value is 174 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #eeaec4 hue: 0.94 , saturation: 0.65 and the lightness value of eeaec4 is 0.81.

The process color (four color CMYK) of #eeaec4 color hex is 0.00, 0.27, 0.18, 0.07. Web safe color of #eeaec4 is #ff99cc. Color #eeaec4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 11000100
Octal 356 256 304
Decimal 238 174 196
Hex EE AE C4

RGB Percentages of Color #eeaec4

%39.14
%28.62
%32.24

CMYK Percentages of Color #eeaec4

%0
%27
%18
%7

Triadic Colors of #eeaec4

#eeaec4 #c4eeae #aec4ee

Analogous Colors of #eeaec4

#eeaec4 #eeb8ae #eeaee4

Monochromatic Colors of #eeaec4

#eeaec4

Complementary Color

#eeaec4 #aeeed8

#eeaec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaec4 Color CSS Codes

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

#eeaec4 Text Font Color

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

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


#eeaec4 Background Color

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

This div background color is #eeaec4


#eeaec4 Border Color

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

This div border color is #eeaec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaec4


Comments

No comments written yet.

Please login to write comment.