Color Hex Logo

#efb96a Color Hex

#EFB96A
(239,185,106)
0 Favorites   0 Comments

Color spaces of #efb96a

RGB 239185106
HSL0.100.810.68
HSV36°56°94°
CMYK 0.000.230.56   0.06
XYZ55.547154.089321.1483
Yxy54.08930.42470.4136
Hunter Lab73.54546.112334.4327
CIE-Lab78.513810.646547.1299

#efb96a color RGB value is (239,185,106).

#efb96a hex color red value is 239, green value is 185 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #efb96a hue: 0.10 , saturation: 0.81 and the lightness value of efb96a is 0.68.

The process color (four color CMYK) of #efb96a color hex is 0.00, 0.23, 0.56, 0.06. Web safe color of #efb96a is #ffcc66. Color #efb96a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 01101010
Octal 357 271 152
Decimal 239 185 106
Hex EF B9 6A

RGB Percentages of Color #efb96a

%45.09
%34.91
%20.00

CMYK Percentages of Color #efb96a

%0
%23
%56
%6

Triadic Colors of #efb96a

#efb96a #6aefb9 #b96aef

Analogous Colors of #efb96a

#efb96a #e3ef6a #ef776a

Monochromatic Colors of #efb96a

#efb96a

Complementary Color

#efb96a #6aa0ef

#efb96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb96a Color CSS Codes

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

#efb96a Text Font Color

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

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


#efb96a Background Color

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

This div background color is #efb96a


#efb96a Border Color

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

This div border color is #efb96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb96a


Comments

No comments written yet.

Please login to write comment.