Color Hex Logo

#eebaea Color Hex

#EEBAEA
(238,186,234)
0 Favorites   0 Comments

Color spaces of #eebaea

RGB 238186234
HSL0.850.600.83
HSV305°22°93°
CMYK 0.000.220.02   0.07
XYZ67.670159.235585.7089
Yxy59.23550.31830.2786
Hunter Lab76.964622.2557-12.1510
CIE-Lab81.420926.5496-16.6983

#eebaea color RGB value is (238,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 11101010
Octal 356 272 352
Decimal 238 186 234
Hex EE BA EA

RGB Percentages of Color #eebaea

%36.17
%28.27
%35.56

CMYK Percentages of Color #eebaea

%0
%22
%2
%7

Triadic Colors of #eebaea

#eebaea #eaeeba #baeaee

Analogous Colors of #eebaea

#eebaea #eebad0 #d8baee

Monochromatic Colors of #eebaea

#eebaea

Complementary Color

#eebaea #baeebe

#eebaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebaea Color CSS Codes

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

#eebaea Text Font Color

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

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


#eebaea Background Color

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

This div background color is #eebaea


#eebaea Border Color

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

This div border color is #eebaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebaea


Comments

No comments written yet.

Please login to write comment.