Color Hex Logo

#efa79d Color Hex

#EFA79D
(239,167,157)
0 Favorites   0 Comments

Color spaces of #efa79d

RGB 239167157
HSL0.020.720.78
HSV34°94°
CMYK 0.000.300.34   0.06
XYZ55.501148.422538.3195
Yxy48.42250.39020.3404
Hunter Lab69.586320.593316.0608
CIE-Lab75.090625.285915.8479

#efa79d color RGB value is (239,167,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100111 10011101
Octal 357 247 235
Decimal 239 167 157
Hex EF A7 9D

RGB Percentages of Color #efa79d

%42.45
%29.66
%27.89

CMYK Percentages of Color #efa79d

%0
%30
%34
%6

Triadic Colors of #efa79d

#efa79d #9defa7 #a79def

Analogous Colors of #efa79d

#efa79d #efd09d #ef9dbc

Monochromatic Colors of #efa79d

#efa79d

Complementary Color

#efa79d #9de5ef

#efa79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa79d Color CSS Codes

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

#efa79d Text Font Color

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

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


#efa79d Background Color

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

This div background color is #efa79d


#efa79d Border Color

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

This div border color is #efa79d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,167,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 #efa79d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa79d


Comments

No comments written yet.

Please login to write comment.