Color Hex Logo

#eeadce Color Hex

#EEADCE
(238,173,206)
0 Favorites   0 Comments

Color spaces of #eeadce

RGB 238173206
HSL0.920.660.81
HSV330°27°93°
CMYK 0.000.270.13   0.07
XYZ61.344052.520565.2968
Yxy52.52050.34240.2931
Hunter Lab72.471024.2692-2.6909
CIE-Lab77.591028.6873-7.2943

#eeadce color RGB value is (238,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 11001110
Octal 356 255 316
Decimal 238 173 206
Hex EE AD CE

RGB Percentages of Color #eeadce

%38.57
%28.04
%33.39

CMYK Percentages of Color #eeadce

%0
%27
%13
%7

Triadic Colors of #eeadce

#eeadce #ceeead #adceee

Analogous Colors of #eeadce

#eeadce #eeadae #eeadee

Monochromatic Colors of #eeadce

#eeadce

Complementary Color

#eeadce #adeecd

#eeadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeadce Color CSS Codes

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

#eeadce Text Font Color

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

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


#eeadce Background Color

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

This div background color is #eeadce


#eeadce Border Color

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

This div border color is #eeadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeadce


Comments

No comments written yet.

Please login to write comment.