Color Hex Logo

#eeabb4 Color Hex

#EEABB4
(238,171,180)
0 Favorites   0 Comments

Color spaces of #eeabb4

RGB 238171180
HSL0.980.660.80
HSV352°28°93°
CMYK 0.000.280.24   0.07
XYZ58.061050.598349.8863
Yxy50.59830.36620.3191
Hunter Lab71.132521.21668.2118
CIE-Lab76.435025.82005.1876

#eeabb4 color RGB value is (238,171,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 10110100
Octal 356 253 264
Decimal 238 171 180
Hex EE AB B4

RGB Percentages of Color #eeabb4

%40.41
%29.03
%30.56

CMYK Percentages of Color #eeabb4

%0
%28
%24
%7

Triadic Colors of #eeabb4

#eeabb4 #b4eeab #abb4ee

Analogous Colors of #eeabb4

#eeabb4 #eec4ab #eeabd6

Monochromatic Colors of #eeabb4

#eeabb4

Complementary Color

#eeabb4 #abeee5

#eeabb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabb4 Color CSS Codes

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

#eeabb4 Text Font Color

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

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


#eeabb4 Background Color

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

This div background color is #eeabb4


#eeabb4 Border Color

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

This div border color is #eeabb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabb4


Comments

No comments written yet.

Please login to write comment.