Color Hex Logo

#efacae Color Hex

#EFACAE
(239,172,174)
0 Favorites   0 Comments

Color spaces of #efacae

RGB 239172174
HSL1.000.680.81
HSV358°28°94°
CMYK 0.000.280.27   0.06
XYZ57.989150.911846.8150
Yxy50.91180.37240.3270
Hunter Lab71.352520.202411.0461
CIE-Lab76.625624.82378.7474

#efacae color RGB value is (239,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 10101110
Octal 357 254 256
Decimal 239 172 174
Hex EF AC AE

RGB Percentages of Color #efacae

%40.85
%29.40
%29.74

CMYK Percentages of Color #efacae

%0
%28
%27
%6

Triadic Colors of #efacae

#efacae #aeefac #acaeef

Analogous Colors of #efacae

#efacae #efccac #efacd0

Monochromatic Colors of #efacae

#efacae

Complementary Color

#efacae #acefed

#efacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacae Color CSS Codes

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

#efacae Text Font Color

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

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


#efacae Background Color

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

This div background color is #efacae


#efacae Border Color

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

This div border color is #efacae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,172,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 #efacae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacae


Comments

No comments written yet.

Please login to write comment.