Color Hex Logo

#efaea0 Color Hex

#EFAEA0
(239,174,160)
0 Favorites   0 Comments

Color spaces of #efaea0

RGB 239174160
HSL0.030.710.78
HSV11°33°94°
CMYK 0.000.270.33   0.06
XYZ57.077851.160940.1244
Yxy51.16090.38470.3448
Hunter Lab71.526817.269516.8089
CIE-Lab76.776421.940416.5713

#efaea0 color RGB value is (239,174,160).

#efaea0 hex color red value is 239, green value is 174 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #efaea0 hue: 0.03 , saturation: 0.71 and the lightness value of efaea0 is 0.78.

The process color (four color CMYK) of #efaea0 color hex is 0.00, 0.27, 0.33, 0.06. Web safe color of #efaea0 is #ff9999. Color #efaea0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 10100000
Octal 357 256 240
Decimal 239 174 160
Hex EF AE A0

RGB Percentages of Color #efaea0

%41.71
%30.37
%27.92

CMYK Percentages of Color #efaea0

%0
%27
%33
%6

Triadic Colors of #efaea0

#efaea0 #a0efae #aea0ef

Analogous Colors of #efaea0

#efaea0 #efd6a0 #efa0ba

Monochromatic Colors of #efaea0

#efaea0

Complementary Color

#efaea0 #a0e1ef

#efaea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaea0 Color CSS Codes

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

#efaea0 Text Font Color

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

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


#efaea0 Background Color

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

This div background color is #efaea0


#efaea0 Border Color

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

This div border color is #efaea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaea0


Comments

No comments written yet.

Please login to write comment.