Color Hex Logo

#eeacda Color Hex

#EEACDA
(238,172,218)
0 Favorites   0 Comments

Color spaces of #eeacda

RGB 238172218
HSL0.880.660.80
HSV318°28°93°
CMYK 0.000.280.08   0.07
XYZ62.667352.744173.2074
Yxy52.74410.33220.2796
Hunter Lab72.625126.9314-8.9278
CIE-Lab77.723731.2006-13.6186

#eeacda color RGB value is (238,172,218).

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

The process color (four color CMYK) of #eeacda color hex is 0.00, 0.28, 0.08, 0.07. Web safe color of #eeacda is #ff99cc. Color #eeacda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 11011010
Octal 356 254 332
Decimal 238 172 218
Hex EE AC DA

RGB Percentages of Color #eeacda

%37.90
%27.39
%34.71

CMYK Percentages of Color #eeacda

%0
%28
%8
%7

Triadic Colors of #eeacda

#eeacda #daeeac #acdaee

Analogous Colors of #eeacda

#eeacda #eeacb9 #e1acee

Monochromatic Colors of #eeacda

#eeacda

Complementary Color

#eeacda #aceec0

#eeacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeacda Color CSS Codes

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

#eeacda Text Font Color

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

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


#eeacda Background Color

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

This div background color is #eeacda


#eeacda Border Color

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

This div border color is #eeacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeacda


Comments

No comments written yet.

Please login to write comment.