Color Hex Logo

#efb16d Color Hex

#EFB16D
(239,177,109)
0 Favorites   0 Comments

Color spaces of #efb16d

RGB 239177109
HSL0.090.800.68
HSV31°54°94°
CMYK 0.000.260.54   0.06
XYZ54.079150.899121.4422
Yxy50.89910.42780.4026
Hunter Lab71.343610.453332.1210
CIE-Lab76.617815.103043.3270

#efb16d color RGB value is (239,177,109).

#efb16d hex color red value is 239, green value is 177 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #efb16d hue: 0.09 , saturation: 0.80 and the lightness value of efb16d is 0.68.

The process color (four color CMYK) of #efb16d color hex is 0.00, 0.26, 0.54, 0.06. Web safe color of #efb16d is #ff9966. Color #efb16d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 01101101
Octal 357 261 155
Decimal 239 177 109
Hex EF B1 6D

RGB Percentages of Color #efb16d

%45.52
%33.71
%20.76

CMYK Percentages of Color #efb16d

%0
%26
%54
%6

Triadic Colors of #efb16d

#efb16d #6defb1 #b16def

Analogous Colors of #efb16d

#efb16d #ecef6d #ef706d

Monochromatic Colors of #efb16d

#efb16d

Complementary Color

#efb16d #6dabef

#efb16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb16d Color CSS Codes

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

#efb16d Text Font Color

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

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


#efb16d Background Color

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

This div background color is #efb16d


#efb16d Border Color

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

This div border color is #efb16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb16d


Comments

No comments written yet.

Please login to write comment.