Color Hex Logo

#efaea4 Color Hex

#EFAEA4
(239,174,164)
0 Favorites   0 Comments

Color spaces of #efaea4

RGB 239174164
HSL0.020.700.79
HSV31°94°
CMYK 0.000.270.31   0.06
XYZ57.433551.303241.9974
Yxy51.30320.38100.3404
Hunter Lab71.626317.784315.3742
CIE-Lab76.862322.444514.5222

#efaea4 color RGB value is (239,174,164).

#efaea4 hex color red value is 239, green value is 174 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #efaea4 hue: 0.02 , saturation: 0.70 and the lightness value of efaea4 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 10100100
Octal 357 256 244
Decimal 239 174 164
Hex EF AE A4

RGB Percentages of Color #efaea4

%41.42
%30.16
%28.42

CMYK Percentages of Color #efaea4

%0
%27
%31
%6

Triadic Colors of #efaea4

#efaea4 #a4efae #aea4ef

Analogous Colors of #efaea4

#efaea4 #efd4a4 #efa4c0

Monochromatic Colors of #efaea4

#efaea4

Complementary Color

#efaea4 #a4e5ef

#efaea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaea4 Color CSS Codes

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

#efaea4 Text Font Color

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

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


#efaea4 Background Color

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

This div background color is #efaea4


#efaea4 Border Color

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

This div border color is #efaea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaea4


Comments

No comments written yet.

Please login to write comment.