Color Hex Logo

#eeadab Color Hex

#EEADAB
(238,173,171)
0 Favorites   0 Comments

Color spaces of #eeadab

RGB 238173171
HSL0.000.660.80
HSV28°93°
CMYK 0.000.270.28   0.07
XYZ57.554251.004645.3395
Yxy51.00460.37400.3314
Hunter Lab71.417518.869612.3519
CIE-Lab76.681823.518410.4472

#eeadab color RGB value is (238,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 10101011
Octal 356 255 253
Decimal 238 173 171
Hex EE AD AB

RGB Percentages of Color #eeadab

%40.89
%29.73
%29.38

CMYK Percentages of Color #eeadab

%0
%27
%28
%7

Triadic Colors of #eeadab

#eeadab #abeead #adabee

Analogous Colors of #eeadab

#eeadab #eecfab #eeabcb

Monochromatic Colors of #eeadab

#eeadab

Complementary Color

#eeadab #abecee

#eeadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeadab Color CSS Codes

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

#eeadab Text Font Color

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

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


#eeadab Background Color

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

This div background color is #eeadab


#eeadab Border Color

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

This div border color is #eeadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeadab


Comments

No comments written yet.

Please login to write comment.