Color Hex Logo

#eeadbf Color Hex

#EEADBF
(238,173,191)
0 Favorites   0 Comments

Color spaces of #eeadbf

RGB 238173191
HSL0.950.660.81
HSV343°27°93°
CMYK 0.000.270.20   0.07
XYZ59.607451.825956.1520
Yxy51.82590.35570.3093
Hunter Lab71.990221.81394.1472
CIE-Lab77.176626.35710.2639

#eeadbf color RGB value is (238,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 10111111
Octal 356 255 277
Decimal 238 173 191
Hex EE AD BF

RGB Percentages of Color #eeadbf

%39.53
%28.74
%31.73

CMYK Percentages of Color #eeadbf

%0
%27
%20
%7

Triadic Colors of #eeadbf

#eeadbf #bfeead #adbfee

Analogous Colors of #eeadbf

#eeadbf #eebcad #eeade0

Monochromatic Colors of #eeadbf

#eeadbf

Complementary Color

#eeadbf #adeedc

#eeadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeadbf Color CSS Codes

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

#eeadbf Text Font Color

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

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


#eeadbf Background Color

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

This div background color is #eeadbf


#eeadbf Border Color

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

This div border color is #eeadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeadbf


Comments

No comments written yet.

Please login to write comment.