Color Hex Logo

#eeace6 Color Hex

#EEACE6
(238,172,230)
0 Favorites   0 Comments

Color spaces of #eeace6

RGB 238172230
HSL0.850.660.80
HSV307°28°93°
CMYK 0.000.280.03   0.07
XYZ64.295353.395481.7805
Yxy53.39540.32230.2677
Hunter Lab73.072229.1837-15.2054
CIE-Lab78.107933.2809-19.5448

#eeace6 color RGB value is (238,172,230).

#eeace6 hex color red value is 238, green value is 172 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #eeace6 hue: 0.85 , saturation: 0.66 and the lightness value of eeace6 is 0.80.

The process color (four color CMYK) of #eeace6 color hex is 0.00, 0.28, 0.03, 0.07. Web safe color of #eeace6 is #ff99ff. Color #eeace6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 11100110
Octal 356 254 346
Decimal 238 172 230
Hex EE AC E6

RGB Percentages of Color #eeace6

%37.19
%26.88
%35.94

CMYK Percentages of Color #eeace6

%0
%28
%3
%7

Triadic Colors of #eeace6

#eeace6 #e6eeac #ace6ee

Analogous Colors of #eeace6

#eeace6 #eeacc5 #d5acee

Monochromatic Colors of #eeace6

#eeace6

Complementary Color

#eeace6 #aceeb4

#eeace6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeace6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeace6 Color CSS Codes

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

#eeace6 Text Font Color

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

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


#eeace6 Background Color

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

This div background color is #eeace6


#eeace6 Border Color

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

This div border color is #eeace6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeace6


Comments

No comments written yet.

Please login to write comment.