Color Hex Logo

#efaa8d Color Hex

#EFAA8D
(239,170,141)
0 Favorites   0 Comments

Color spaces of #efaa8d

RGB 239170141
HSL0.050.750.75
HSV18°41°94°
CMYK 0.000.290.41   0.06
XYZ54.779049.023331.7746
Yxy49.02330.40400.3616
Hunter Lab70.016617.124122.1050
CIE-Lab75.465821.848425.0407

#efaa8d color RGB value is (239,170,141).

#efaa8d hex color red value is 239, green value is 170 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #efaa8d hue: 0.05 , saturation: 0.75 and the lightness value of efaa8d is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 10001101
Octal 357 252 215
Decimal 239 170 141
Hex EF AA 8D

RGB Percentages of Color #efaa8d

%43.45
%30.91
%25.64

CMYK Percentages of Color #efaa8d

%0
%29
%41
%6

Triadic Colors of #efaa8d

#efaa8d #8defaa #aa8def

Analogous Colors of #efaa8d

#efaa8d #efdb8d #ef8da1

Monochromatic Colors of #efaa8d

#efaa8d

Complementary Color

#efaa8d #8dd2ef

#efaa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaa8d Color CSS Codes

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

#efaa8d Text Font Color

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

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


#efaa8d Background Color

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

This div background color is #efaa8d


#efaa8d Border Color

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

This div border color is #efaa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaa8d


Comments

No comments written yet.

Please login to write comment.