Color Hex Logo

#efac97 Color Hex

#EFAC97
(239,172,151)
0 Favorites   0 Comments

Color spaces of #efac97

RGB 239172151
HSL0.040.730.76
HSV14°37°94°
CMYK 0.000.280.37   0.06
XYZ55.935050.090135.9984
Yxy50.09010.39380.3527
Hunter Lab70.774417.218519.3850
CIE-Lab76.124521.915720.5411

#efac97 color RGB value is (239,172,151).

#efac97 hex color red value is 239, green value is 172 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #efac97 hue: 0.04 , saturation: 0.73 and the lightness value of efac97 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 10010111
Octal 357 254 227
Decimal 239 172 151
Hex EF AC 97

RGB Percentages of Color #efac97

%42.53
%30.60
%26.87

CMYK Percentages of Color #efac97

%0
%28
%37
%6

Triadic Colors of #efac97

#efac97 #97efac #ac97ef

Analogous Colors of #efac97

#efac97 #efd897 #ef97ae

Monochromatic Colors of #efac97

#efac97

Complementary Color

#efac97 #97daef

#efac97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efac97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efac97 Color CSS Codes

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

#efac97 Text Font Color

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

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


#efac97 Background Color

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

This div background color is #efac97


#efac97 Border Color

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

This div border color is #efac97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efac97


Comments

No comments written yet.

Please login to write comment.