Color Hex Logo

#eeaebb Color Hex

#EEAEBB
(238,174,187)
0 Favorites   0 Comments

Color spaces of #eeaebb

RGB 238174187
HSL0.970.650.81
HSV348°27°93°
CMYK 0.000.270.21   0.07
XYZ59.365652.037153.9290
Yxy52.03710.35910.3147
Hunter Lab72.136720.65896.1709
CIE-Lab77.303025.23282.6269

#eeaebb color RGB value is (238,174,187).

#eeaebb hex color red value is 238, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eeaebb hue: 0.97 , saturation: 0.65 and the lightness value of eeaebb is 0.81.

The process color (four color CMYK) of #eeaebb color hex is 0.00, 0.27, 0.21, 0.07. Web safe color of #eeaebb is #ff99cc. Color #eeaebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 10111011
Octal 356 256 273
Decimal 238 174 187
Hex EE AE BB

RGB Percentages of Color #eeaebb

%39.73
%29.05
%31.22

CMYK Percentages of Color #eeaebb

%0
%27
%21
%7

Triadic Colors of #eeaebb

#eeaebb #bbeeae #aebbee

Analogous Colors of #eeaebb

#eeaebb #eec1ae #eeaedb

Monochromatic Colors of #eeaebb

#eeaebb

Complementary Color

#eeaebb #aeeee1

#eeaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaebb Color CSS Codes

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

#eeaebb Text Font Color

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

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


#eeaebb Background Color

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

This div background color is #eeaebb


#eeaebb Border Color

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

This div border color is #eeaebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaebb


Comments

No comments written yet.

Please login to write comment.