Color Hex Logo

#efa98c Color Hex

#EFA98C
(239,169,140)
0 Favorites   0 Comments

Color spaces of #efa98c

RGB 239169140
HSL0.050.760.74
HSV18°41°94°
CMYK 0.000.290.41   0.06
XYZ54.518248.620131.3221
Yxy48.62010.40550.3616
Hunter Lab69.728117.539322.1764
CIE-Lab75.214422.270825.2399

#efa98c color RGB value is (239,169,140).

#efa98c hex color red value is 239, green value is 169 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #efa98c hue: 0.05 , saturation: 0.76 and the lightness value of efa98c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 10001100
Octal 357 251 214
Decimal 239 169 140
Hex EF A9 8C

RGB Percentages of Color #efa98c

%43.61
%30.84
%25.55

CMYK Percentages of Color #efa98c

%0
%29
%41
%6

Triadic Colors of #efa98c

#efa98c #8cefa9 #a98cef

Analogous Colors of #efa98c

#efa98c #efdb8c #ef8ca1

Monochromatic Colors of #efa98c

#efa98c

Complementary Color

#efa98c #8cd2ef

#efa98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa98c Color CSS Codes

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

#efa98c Text Font Color

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

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


#efa98c Background Color

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

This div background color is #efa98c


#efa98c Border Color

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

This div border color is #efa98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa98c


Comments

No comments written yet.

Please login to write comment.