Color Hex Logo

#eebfac Color Hex

#EEBFAC
(238,191,172)
0 Favorites   0 Comments

Color spaces of #eebfac

RGB 238191172
HSL0.050.660.80
HSV17°28°93°
CMYK 0.000.200.28   0.07
XYZ61.337158.417347.0726
Yxy58.41730.36770.3502
Hunter Lab76.43129.494116.9862
CIE-Lab80.970214.105615.9619

#eebfac color RGB value is (238,191,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 10101100
Octal 356 277 254
Decimal 238 191 172
Hex EE BF AC

RGB Percentages of Color #eebfac

%39.60
%31.78
%28.62

CMYK Percentages of Color #eebfac

%0
%20
%28
%7

Triadic Colors of #eebfac

#eebfac #aceebf #bfacee

Analogous Colors of #eebfac

#eebfac #eee0ac #eeacba

Monochromatic Colors of #eebfac

#eebfac

Complementary Color

#eebfac #acdbee

#eebfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebfac Color CSS Codes

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

#eebfac Text Font Color

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

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


#eebfac Background Color

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

This div background color is #eebfac


#eebfac Border Color

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

This div border color is #eebfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebfac


Comments

No comments written yet.

Please login to write comment.