Color Hex Logo

#efe4ac Color Hex

#EFE4AC
(239,228,172)
0 Favorites   0 Comments

Color spaces of #efe4ac

RGB 239228172
HSL0.140.680.81
HSV50°28°94°
CMYK 0.000.050.28   0.06
XYZ70.786476.816150.1259
Yxy76.81610.35800.3885
Hunter Lab87.6448-9.212727.4422
CIE-Lab90.2369-4.699728.7374

#efe4ac color RGB value is (239,228,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100100 10101100
Octal 357 344 254
Decimal 239 228 172
Hex EF E4 AC

RGB Percentages of Color #efe4ac

%37.40
%35.68
%26.92

CMYK Percentages of Color #efe4ac

%0
%5
%28
%6

Triadic Colors of #efe4ac

#efe4ac #acefe4 #e4acef

Analogous Colors of #efe4ac

#efe4ac #d9efac #efc3ac

Monochromatic Colors of #efe4ac

#efe4ac

Complementary Color

#efe4ac #acb7ef

#efe4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe4ac Color CSS Codes

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

#efe4ac Text Font Color

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

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


#efe4ac Background Color

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

This div background color is #efe4ac


#efe4ac Border Color

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

This div border color is #efe4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe4ac


Comments

No comments written yet.

Please login to write comment.