Color Hex Logo

#ee8bad Color Hex

#EE8BAD
(238,139,173)
0 Favorites   0 Comments

Color spaces of #ee8bad

RGB 238139173
HSL0.940.740.74
HSV339°42°93°
CMYK 0.000.420.27   0.07
XYZ52.035339.659544.4477
Yxy39.65950.38220.2913
Hunter Lab62.975837.28242.2367
CIE-Lab69.226341.6765-1.4213

#ee8bad color RGB value is (238,139,173).

#ee8bad hex color red value is 238, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ee8bad hue: 0.94 , saturation: 0.74 and the lightness value of ee8bad is 0.74.

The process color (four color CMYK) of #ee8bad color hex is 0.00, 0.42, 0.27, 0.07. Web safe color of #ee8bad is #ff9999. Color #ee8bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001011 10101101
Octal 356 213 255
Decimal 238 139 173
Hex EE 8B AD

RGB Percentages of Color #ee8bad

%43.27
%25.27
%31.45

CMYK Percentages of Color #ee8bad

%0
%42
%27
%7

Triadic Colors of #ee8bad

#ee8bad #adee8b #8badee

Analogous Colors of #ee8bad

#ee8bad #ee9b8b #ee8bdf

Monochromatic Colors of #ee8bad

#ee8bad

Complementary Color

#ee8bad #8beecc

#ee8bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8bad Color CSS Codes

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

#ee8bad Text Font Color

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

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


#ee8bad Background Color

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

This div background color is #ee8bad


#ee8bad Border Color

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

This div border color is #ee8bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8bad


Comments

No comments written yet.

Please login to write comment.