Color Hex Logo

#efad8a Color Hex

#EFAD8A
(239,173,138)
0 Favorites   0 Comments

Color spaces of #efad8a

RGB 239173138
HSL0.060.760.74
HSV21°42°94°
CMYK 0.000.280.42   0.06
XYZ55.127650.072830.8042
Yxy50.07280.40530.3682
Hunter Lab70.762115.227623.7234
CIE-Lab76.113919.935627.5226

#efad8a color RGB value is (239,173,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 10001010
Octal 357 255 212
Decimal 239 173 138
Hex EF AD 8A

RGB Percentages of Color #efad8a

%43.45
%31.45
%25.09

CMYK Percentages of Color #efad8a

%0
%28
%42
%6

Triadic Colors of #efad8a

#efad8a #8aefad #ad8aef

Analogous Colors of #efad8a

#efad8a #efe08a #ef8a9a

Monochromatic Colors of #efad8a

#efad8a

Complementary Color

#efad8a #8accef

#efad8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad8a Color CSS Codes

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

#efad8a Text Font Color

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

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


#efad8a Background Color

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

This div background color is #efad8a


#efad8a Border Color

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

This div border color is #efad8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad8a


Comments

No comments written yet.

Please login to write comment.