Color Hex Logo

#efbd8a Color Hex

#EFBD8A
(239,189,138)
0 Favorites   0 Comments

Color spaces of #efbd8a

RGB 239189138
HSL0.080.760.74
HSV30°42°94°
CMYK 0.000.210.42   0.06
XYZ58.381656.580931.8889
Yxy56.58090.39760.3853
Hunter Lab75.22036.905827.5188
CIE-Lab79.943311.477732.6016

#efbd8a color RGB value is (239,189,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 10001010
Octal 357 275 212
Decimal 239 189 138
Hex EF BD 8A

RGB Percentages of Color #efbd8a

%42.23
%33.39
%24.38

CMYK Percentages of Color #efbd8a

%0
%21
%42
%6

Triadic Colors of #efbd8a

#efbd8a #8aefbd #bd8aef

Analogous Colors of #efbd8a

#efbd8a #efef8a #ef8b8a

Monochromatic Colors of #efbd8a

#efbd8a

Complementary Color

#efbd8a #8abcef

#efbd8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd8a Color CSS Codes

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

#efbd8a Text Font Color

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

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


#efbd8a Background Color

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

This div background color is #efbd8a


#efbd8a Border Color

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

This div border color is #efbd8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd8a


Comments

No comments written yet.

Please login to write comment.