Color Hex Logo

#efaeab Color Hex

#EFAEAB
(239,174,171)
0 Favorites   0 Comments

Color spaces of #efaeab

RGB 239174171
HSL0.010.680.80
HSV28°94°
CMYK 0.000.270.28   0.06
XYZ58.083351.563145.4194
Yxy51.56310.37460.3325
Hunter Lab71.807518.721312.7633
CIE-Lab77.018923.357910.9407

#efaeab color RGB value is (239,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 10101011
Octal 357 256 253
Decimal 239 174 171
Hex EF AE AB

RGB Percentages of Color #efaeab

%40.92
%29.79
%29.28

CMYK Percentages of Color #efaeab

%0
%27
%28
%6

Triadic Colors of #efaeab

#efaeab #abefae #aeabef

Analogous Colors of #efaeab

#efaeab #efd0ab #efabca

Monochromatic Colors of #efaeab

#efaeab

Complementary Color

#efaeab #abecef

#efaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaeab Color CSS Codes

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

#efaeab Text Font Color

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

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


#efaeab Background Color

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

This div background color is #efaeab


#efaeab Border Color

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

This div border color is #efaeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaeab


Comments

No comments written yet.

Please login to write comment.