Color Hex Logo

#eeabbe Color Hex

#EEABBE
(238,171,190)
0 Favorites   0 Comments

Color spaces of #eeabbe

RGB 238171190
HSL0.950.660.80
HSV343°28°93°
CMYK 0.000.280.20   0.07
XYZ59.117151.020755.4474
Yxy51.02070.35700.3081
Hunter Lab71.428822.73293.9756
CIE-Lab76.691527.27120.1012

#eeabbe color RGB value is (238,171,190).

#eeabbe hex color red value is 238, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eeabbe hue: 0.95 , saturation: 0.66 and the lightness value of eeabbe is 0.80.

The process color (four color CMYK) of #eeabbe color hex is 0.00, 0.28, 0.20, 0.07. Web safe color of #eeabbe is #ff99cc. Color #eeabbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 10111110
Octal 356 253 276
Decimal 238 171 190
Hex EE AB BE

RGB Percentages of Color #eeabbe

%39.73
%28.55
%31.72

CMYK Percentages of Color #eeabbe

%0
%28
%20
%7

Triadic Colors of #eeabbe

#eeabbe #beeeab #abbeee

Analogous Colors of #eeabbe

#eeabbe #eebaab #eeabe0

Monochromatic Colors of #eeabbe

#eeabbe

Complementary Color

#eeabbe #abeedb

#eeabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabbe Color CSS Codes

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

#eeabbe Text Font Color

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

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


#eeabbe Background Color

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

This div background color is #eeabbe


#eeabbe Border Color

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

This div border color is #eeabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabbe


Comments

No comments written yet.

Please login to write comment.