Color Hex Logo

#efaeaa Color Hex

#EFAEAA
(239,174,170)
0 Favorites   0 Comments

Color spaces of #efaeaa

RGB 239174170
HSL0.010.680.80
HSV29°94°
CMYK 0.000.270.29   0.06
XYZ57.988451.525144.9192
Yxy51.52510.37550.3336
Hunter Lab71.781018.584813.1441
CIE-Lab76.996023.225211.4519

#efaeaa color RGB value is (239,174,170).

#efaeaa hex color red value is 239, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #efaeaa hue: 0.01 , saturation: 0.68 and the lightness value of efaeaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 10101010
Octal 357 256 252
Decimal 239 174 170
Hex EF AE AA

RGB Percentages of Color #efaeaa

%40.99
%29.85
%29.16

CMYK Percentages of Color #efaeaa

%0
%27
%29
%6

Triadic Colors of #efaeaa

#efaeaa #aaefae #aeaaef

Analogous Colors of #efaeaa

#efaeaa #efd1aa #efaac9

Monochromatic Colors of #efaeaa

#efaeaa

Complementary Color

#efaeaa #aaebef

#efaeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaeaa Color CSS Codes

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

#efaeaa Text Font Color

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

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


#efaeaa Background Color

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

This div background color is #efaeaa


#efaeaa Border Color

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

This div border color is #efaeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaeaa


Comments

No comments written yet.

Please login to write comment.