Color Hex Logo

#efbf8a Color Hex

#EFBF8A
(239,191,138)
0 Favorites   0 Comments

Color spaces of #efbf8a

RGB 239191138
HSL0.090.760.74
HSV31°42°94°
CMYK 0.000.200.42   0.06
XYZ58.814957.447332.0333
Yxy57.44730.39660.3874
Hunter Lab75.79405.873627.9977
CIE-Lab80.430510.426433.2415

#efbf8a color RGB value is (239,191,138).

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

The process color (four color CMYK) of #efbf8a color hex is 0.00, 0.20, 0.42, 0.06. Web safe color of #efbf8a is #ffcc99. Color #efbf8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 10001010
Octal 357 277 212
Decimal 239 191 138
Hex EF BF 8A

RGB Percentages of Color #efbf8a

%42.08
%33.63
%24.30

CMYK Percentages of Color #efbf8a

%0
%20
%42
%6

Triadic Colors of #efbf8a

#efbf8a #8aefbf #bf8aef

Analogous Colors of #efbf8a

#efbf8a #edef8a #ef8d8a

Monochromatic Colors of #efbf8a

#efbf8a

Complementary Color

#efbf8a #8abaef

#efbf8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbf8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbf8a Color CSS Codes

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

#efbf8a Text Font Color

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

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


#efbf8a Background Color

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

This div background color is #efbf8a


#efbf8a Border Color

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

This div border color is #efbf8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbf8a


Comments

No comments written yet.

Please login to write comment.