Color Hex Logo

#eeabd0 Color Hex

#EEABD0
(238,171,208)
0 Favorites   0 Comments

Color spaces of #eeabd0

RGB 238171208
HSL0.910.660.80
HSV327°28°93°
CMYK 0.000.280.13   0.07
XYZ61.208051.857066.4579
Yxy51.85700.34090.2889
Hunter Lab72.011825.6993-4.3090
CIE-Lab77.195330.0738-8.9705

#eeabd0 color RGB value is (238,171,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 11010000
Octal 356 253 320
Decimal 238 171 208
Hex EE AB D0

RGB Percentages of Color #eeabd0

%38.57
%27.71
%33.71

CMYK Percentages of Color #eeabd0

%0
%28
%13
%7

Triadic Colors of #eeabd0

#eeabd0 #d0eeab #abd0ee

Analogous Colors of #eeabd0

#eeabd0 #eeabaf #ebabee

Monochromatic Colors of #eeabd0

#eeabd0

Complementary Color

#eeabd0 #abeec9

#eeabd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabd0 Color CSS Codes

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

#eeabd0 Text Font Color

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

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


#eeabd0 Background Color

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

This div background color is #eeabd0


#eeabd0 Border Color

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

This div border color is #eeabd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabd0

#eeabd0 Color Palettes


Comments

No comments written yet.

Please login to write comment.