Color Hex Logo

#eebad5 Color Hex

#EEBAD5
(238,186,213)
0 Favorites   0 Comments

Color spaces of #eebad5

RGB 238186213
HSL0.910.600.83
HSV329°22°93°
CMYK 0.000.220.11   0.07
XYZ64.829058.099170.7482
Yxy58.09910.33470.3000
Hunter Lab76.222818.4280-1.6757
CIE-Lab80.793922.9144-6.3408

#eebad5 color RGB value is (238,186,213).

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

The process color (four color CMYK) of #eebad5 color hex is 0.00, 0.22, 0.11, 0.07. Web safe color of #eebad5 is #ffcccc. Color #eebad5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 11010101
Octal 356 272 325
Decimal 238 186 213
Hex EE BA D5

RGB Percentages of Color #eebad5

%37.36
%29.20
%33.44

CMYK Percentages of Color #eebad5

%0
%22
%11
%7

Triadic Colors of #eebad5

#eebad5 #d5eeba #bad5ee

Analogous Colors of #eebad5

#eebad5 #eebabb #edbaee

Monochromatic Colors of #eebad5

#eebad5

Complementary Color

#eebad5 #baeed3

#eebad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebad5 Color CSS Codes

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

#eebad5 Text Font Color

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

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


#eebad5 Background Color

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

This div background color is #eebad5


#eebad5 Border Color

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

This div border color is #eebad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebad5


Comments

No comments written yet.

Please login to write comment.