Color Hex Logo

#efeeac Color Hex

#EFEEAC
(239,238,172)
0 Favorites   0 Comments

Color spaces of #efeeac

RGB 239238172
HSL0.160.680.81
HSV59°28°94°
CMYK 0.000.000.28   0.06
XYZ73.617582.478451.0696
Yxy82.47840.35540.3981
Hunter Lab90.8176-14.237330.2317
CIE-Lab92.7856-9.722132.1686

#efeeac color RGB value is (239,238,172).

#efeeac hex color red value is 239, green value is 238 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #efeeac hue: 0.16 , saturation: 0.68 and the lightness value of efeeac is 0.81.

The process color (four color CMYK) of #efeeac color hex is 0.00, 0.00, 0.28, 0.06. Web safe color of #efeeac is #ffff99. Color #efeeac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 10101100
Octal 357 356 254
Decimal 239 238 172
Hex EF EE AC

RGB Percentages of Color #efeeac

%36.83
%36.67
%26.50

CMYK Percentages of Color #efeeac

%0
%0
%28
%6

Triadic Colors of #efeeac

#efeeac #acefee #eeacef

Analogous Colors of #efeeac

#efeeac #cfefac #efcdac

Monochromatic Colors of #efeeac

#efeeac

Complementary Color

#efeeac #acadef

#efeeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeeac Color CSS Codes

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

#efeeac Text Font Color

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

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


#efeeac Background Color

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

This div background color is #efeeac


#efeeac Border Color

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

This div border color is #efeeac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,238,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 #efeeac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeeac


Comments

No comments written yet.

Please login to write comment.