Color Hex Logo

#efecae Color Hex

#EFECAE
(239,236,174)
0 Favorites   0 Comments

Color spaces of #efecae

RGB 239236174
HSL0.160.670.81
HSV57°27°94°
CMYK 0.000.010.27   0.06
XYZ73.232081.397651.8960
Yxy81.39760.35460.3941
Hunter Lab90.2206-12.997829.0501
CIE-Lab92.3083-8.467830.5120

#efecae color RGB value is (239,236,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 10101110
Octal 357 354 256
Decimal 239 236 174
Hex EF EC AE

RGB Percentages of Color #efecae

%36.83
%36.36
%26.81

CMYK Percentages of Color #efecae

%0
%1
%27
%6

Triadic Colors of #efecae

#efecae #aeefec #ecaeef

Analogous Colors of #efecae

#efecae #d2efae #efccae

Monochromatic Colors of #efecae

#efecae

Complementary Color

#efecae #aeb1ef

#efecae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efecae Color Preview on White Background

Lorem ipsum dolor sit amet.

#efecae Color CSS Codes

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

#efecae Text Font Color

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

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


#efecae Background Color

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

This div background color is #efecae


#efecae Border Color

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

This div border color is #efecae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,236,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efecae


Comments

No comments written yet.

Please login to write comment.