Color Hex Logo

#eeadec Color Hex

#EEADEC
(238,173,236)
0 Favorites   0 Comments

Color spaces of #eeadec

RGB 238173236
HSL0.840.660.81
HSV302°27°93°
CMYK 0.000.270.01   0.07
XYZ65.343854.120486.3592
Yxy54.12040.31750.2629
Hunter Lab73.566629.8070-18.1035
CIE-Lab78.531933.8262-22.1451

#eeadec color RGB value is (238,173,236).

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

The process color (four color CMYK) of #eeadec color hex is 0.00, 0.27, 0.01, 0.07. Web safe color of #eeadec is #ff99ff. Color #eeadec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 11101100
Octal 356 255 354
Decimal 238 173 236
Hex EE AD EC

RGB Percentages of Color #eeadec

%36.79
%26.74
%36.48

CMYK Percentages of Color #eeadec

%0
%27
%1
%7

Triadic Colors of #eeadec

#eeadec #eceead #adecee

Analogous Colors of #eeadec

#eeadec #eeadcc #d0adee

Monochromatic Colors of #eeadec

#eeadec

Complementary Color

#eeadec #adeeaf

#eeadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeadec Color CSS Codes

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

#eeadec Text Font Color

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

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


#eeadec Background Color

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

This div background color is #eeadec


#eeadec Border Color

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

This div border color is #eeadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeadec


Comments

No comments written yet.

Please login to write comment.