Color Hex Logo

#eebaec Color Hex

#EEBAEC
(238,186,236)
0 Favorites   0 Comments

Color spaces of #eebaec

RGB 238186236
HSL0.840.600.83
HSV302°22°93°
CMYK 0.000.220.01   0.07
XYZ67.959159.351187.2310
Yxy59.35110.31680.2766
Hunter Lab77.039722.6410-13.2055
CIE-Lab81.484226.9113-17.6758

#eebaec color RGB value is (238,186,236).

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

The process color (four color CMYK) of #eebaec color hex is 0.00, 0.22, 0.01, 0.07. Web safe color of #eebaec is #ffccff. Color #eebaec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 11101100
Octal 356 272 354
Decimal 238 186 236
Hex EE BA EC

RGB Percentages of Color #eebaec

%36.06
%28.18
%35.76

CMYK Percentages of Color #eebaec

%0
%22
%1
%7

Triadic Colors of #eebaec

#eebaec #eceeba #baecee

Analogous Colors of #eebaec

#eebaec #eebad2 #d6baee

Monochromatic Colors of #eebaec

#eebaec

Complementary Color

#eebaec #baeebc

#eebaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebaec Color CSS Codes

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

#eebaec Text Font Color

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

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


#eebaec Background Color

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

This div background color is #eebaec


#eebaec Border Color

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

This div border color is #eebaec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,186,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 #eebaec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebaec


Comments

No comments written yet.

Please login to write comment.