Color Hex Logo

#efb38a Color Hex

#EFB38A
(239,179,138)
0 Favorites   0 Comments

Color spaces of #efb38a

RGB 239179138
HSL0.070.760.74
HSV24°42°94°
CMYK 0.000.250.42   0.06
XYZ56.304152.425931.1964
Yxy52.42590.40240.3747
Hunter Lab72.405712.095025.1386
CIE-Lab77.534816.756529.4175

#efb38a color RGB value is (239,179,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110011 10001010
Octal 357 263 212
Decimal 239 179 138
Hex EF B3 8A

RGB Percentages of Color #efb38a

%42.99
%32.19
%24.82

CMYK Percentages of Color #efb38a

%0
%25
%42
%6

Triadic Colors of #efb38a

#efb38a #8aefb3 #b38aef

Analogous Colors of #efb38a

#efb38a #efe68a #ef8a94

Monochromatic Colors of #efb38a

#efb38a

Complementary Color

#efb38a #8ac6ef

#efb38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb38a Color CSS Codes

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

#efb38a Text Font Color

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

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


#efb38a Background Color

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

This div background color is #efb38a


#efb38a Border Color

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

This div border color is #efb38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb38a


Comments

No comments written yet.

Please login to write comment.