Color Hex Logo

#efaa99 Color Hex

#EFAA99
(239,170,153)
0 Favorites   0 Comments

Color spaces of #efaa99

RGB 239170153
HSL0.030.730.77
HSV12°36°94°
CMYK 0.000.290.36   0.06
XYZ55.721149.400136.7353
Yxy49.40010.39280.3482
Hunter Lab70.285218.513118.2111
CIE-Lab75.699623.212718.8711

#efaa99 color RGB value is (239,170,153).

#efaa99 hex color red value is 239, green value is 170 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #efaa99 hue: 0.03 , saturation: 0.73 and the lightness value of efaa99 is 0.77.

The process color (four color CMYK) of #efaa99 color hex is 0.00, 0.29, 0.36, 0.06. Web safe color of #efaa99 is #ff9999. Color #efaa99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 10011001
Octal 357 252 231
Decimal 239 170 153
Hex EF AA 99

RGB Percentages of Color #efaa99

%42.53
%30.25
%27.22

CMYK Percentages of Color #efaa99

%0
%29
%36
%6

Triadic Colors of #efaa99

#efaa99 #99efaa #aa99ef

Analogous Colors of #efaa99

#efaa99 #efd599 #ef99b3

Monochromatic Colors of #efaa99

#efaa99

Complementary Color

#efaa99 #99deef

#efaa99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaa99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaa99 Color CSS Codes

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

#efaa99 Text Font Color

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

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


#efaa99 Background Color

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

This div background color is #efaa99


#efaa99 Border Color

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

This div border color is #efaa99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaa99


Comments

No comments written yet.

Please login to write comment.