Color Hex Logo

#efad9d Color Hex

#EFAD9D
(239,173,157)
0 Favorites   0 Comments

Color spaces of #efad9d

RGB 239173157
HSL0.030.720.78
HSV12°34°94°
CMYK 0.000.280.34   0.06
XYZ56.626050.672238.6945
Yxy50.67220.38790.3471
Hunter Lab71.184417.421017.6002
CIE-Lab76.480022.101817.7842

#efad9d color RGB value is (239,173,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 10011101
Octal 357 255 235
Decimal 239 173 157
Hex EF AD 9D

RGB Percentages of Color #efad9d

%42.00
%30.40
%27.59

CMYK Percentages of Color #efad9d

%0
%28
%34
%6

Triadic Colors of #efad9d

#efad9d #9defad #ad9def

Analogous Colors of #efad9d

#efad9d #efd69d #ef9db6

Monochromatic Colors of #efad9d

#efad9d

Complementary Color

#efad9d #9ddfef

#efad9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad9d Color CSS Codes

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

#efad9d Text Font Color

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

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


#efad9d Background Color

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

This div background color is #efad9d


#efad9d Border Color

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

This div border color is #efad9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad9d


Comments

No comments written yet.

Please login to write comment.