Color Hex Logo

#efad9e Color Hex

#EFAD9E
(239,173,158)
0 Favorites   0 Comments

Color spaces of #efad9e

RGB 239173158
HSL0.030.720.78
HSV11°34°94°
CMYK 0.000.280.34   0.06
XYZ56.711750.706539.1460
Yxy50.70650.38690.3460
Hunter Lab71.208517.545717.2520
CIE-Lab76.500922.224017.2713

#efad9e color RGB value is (239,173,158).

#efad9e hex color red value is 239, green value is 173 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #efad9e hue: 0.03 , saturation: 0.72 and the lightness value of efad9e is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 10011110
Octal 357 255 236
Decimal 239 173 158
Hex EF AD 9E

RGB Percentages of Color #efad9e

%41.93
%30.35
%27.72

CMYK Percentages of Color #efad9e

%0
%28
%34
%6

Triadic Colors of #efad9e

#efad9e #9eefad #ad9eef

Analogous Colors of #efad9e

#efad9e #efd69e #ef9eb8

Monochromatic Colors of #efad9e

#efad9e

Complementary Color

#efad9e #9ee0ef

#efad9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad9e Color CSS Codes

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

#efad9e Text Font Color

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

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


#efad9e Background Color

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

This div background color is #efad9e


#efad9e Border Color

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

This div border color is #efad9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad9e


Comments

No comments written yet.

Please login to write comment.