Color Hex Logo

#efaac1 Color Hex

#EFAAC1
(239,170,193)
0 Favorites   0 Comments

Color spaces of #efaac1

RGB 239170193
HSL0.940.680.80
HSV340°29°94°
CMYK 0.000.290.19   0.06
XYZ59.597050.950457.1454
Yxy50.95040.35540.3038
Hunter Lab71.379524.12102.4990
CIE-Lab76.649028.6066-1.5862

#efaac1 color RGB value is (239,170,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11000001
Octal 357 252 301
Decimal 239 170 193
Hex EF AA C1

RGB Percentages of Color #efaac1

%39.70
%28.24
%32.06

CMYK Percentages of Color #efaac1

%0
%29
%19
%6

Triadic Colors of #efaac1

#efaac1 #c1efaa #aac1ef

Analogous Colors of #efaac1

#efaac1 #efb6aa #efaae4

Monochromatic Colors of #efaac1

#efaac1

Complementary Color

#efaac1 #aaefd8

#efaac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaac1 Color CSS Codes

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

#efaac1 Text Font Color

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

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


#efaac1 Background Color

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

This div background color is #efaac1


#efaac1 Border Color

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

This div border color is #efaac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaac1


Comments

No comments written yet.

Please login to write comment.