Color Hex Logo

#eeacad Color Hex

#EEACAD
(238,172,173)
0 Favorites   0 Comments

Color spaces of #eeacad

RGB 238172173
HSL1.000.660.80
HSV359°28°93°
CMYK 0.000.280.27   0.07
XYZ57.555250.699346.2876
Yxy50.69930.37240.3281
Hunter Lab71.203419.679211.2994
CIE-Lab76.496524.31969.0939

#eeacad color RGB value is (238,172,173).

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

The process color (four color CMYK) of #eeacad color hex is 0.00, 0.28, 0.27, 0.07. Web safe color of #eeacad is #ff9999. Color #eeacad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 10101101
Octal 356 254 255
Decimal 238 172 173
Hex EE AC AD

RGB Percentages of Color #eeacad

%40.82
%29.50
%29.67

CMYK Percentages of Color #eeacad

%0
%28
%27
%7

Triadic Colors of #eeacad

#eeacad #adeeac #acadee

Analogous Colors of #eeacad

#eeacad #eeccac #eeacce

Monochromatic Colors of #eeacad

#eeacad

Complementary Color

#eeacad #aceeed

#eeacad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeacad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeacad Color CSS Codes

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

#eeacad Text Font Color

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

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


#eeacad Background Color

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

This div background color is #eeacad


#eeacad Border Color

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

This div border color is #eeacad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeacad

#eeacad Color Palettes


Comments

No comments written yet.

Please login to write comment.