Color Hex Logo

#efaac6 Color Hex

#EFAAC6
(239,170,198)
0 Favorites   0 Comments

Color spaces of #efaac6

RGB 239170198
HSL0.930.680.80
HSV336°29°94°
CMYK 0.000.290.17   0.06
XYZ60.164451.177460.1333
Yxy51.17740.35090.2985
Hunter Lab71.538424.92790.2392
CIE-Lab76.786329.3683-4.1134

#efaac6 color RGB value is (239,170,198).

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

The process color (four color CMYK) of #efaac6 color hex is 0.00, 0.29, 0.17, 0.06. Web safe color of #efaac6 is #ff99cc. Color #efaac6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11000110
Octal 357 252 306
Decimal 239 170 198
Hex EF AA C6

RGB Percentages of Color #efaac6

%39.37
%28.01
%32.62

CMYK Percentages of Color #efaac6

%0
%29
%17
%6

Triadic Colors of #efaac6

#efaac6 #c6efaa #aac6ef

Analogous Colors of #efaac6

#efaac6 #efb1aa #efaae9

Monochromatic Colors of #efaac6

#efaac6

Complementary Color

#efaac6 #aaefd3

#efaac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaac6 Color CSS Codes

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

#efaac6 Text Font Color

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

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


#efaac6 Background Color

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

This div background color is #efaac6


#efaac6 Border Color

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

This div border color is #efaac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaac6


Comments

No comments written yet.

Please login to write comment.