Color Hex Logo

#efaac9 Color Hex

#EFAAC9
(239,170,201)
0 Favorites   0 Comments

Color spaces of #efaac9

RGB 239170201
HSL0.930.680.80
HSV333°29°94°
CMYK 0.000.290.16   0.06
XYZ60.513951.317261.9741
Yxy51.31720.34820.2953
Hunter Lab71.636025.4233-1.1480
CIE-Lab76.870829.8341-5.6254

#efaac9 color RGB value is (239,170,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11001001
Octal 357 252 311
Decimal 239 170 201
Hex EF AA C9

RGB Percentages of Color #efaac9

%39.18
%27.87
%32.95

CMYK Percentages of Color #efaac9

%0
%29
%16
%6

Triadic Colors of #efaac9

#efaac9 #c9efaa #aac9ef

Analogous Colors of #efaac9

#efaac9 #efaeaa #efaaec

Monochromatic Colors of #efaac9

#efaac9

Complementary Color

#efaac9 #aaefd0

#efaac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaac9 Color CSS Codes

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

#efaac9 Text Font Color

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

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


#efaac9 Background Color

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

This div background color is #efaac9


#efaac9 Border Color

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

This div border color is #efaac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaac9


Comments

No comments written yet.

Please login to write comment.