Color Hex Logo

#efb76d Color Hex

#EFB76D
(239,183,109)
0 Favorites   0 Comments

Color spaces of #efb76d

RGB 239183109
HSL0.090.800.68
HSV34°54°94°
CMYK 0.000.230.54   0.06
XYZ55.290453.321821.8460
Yxy53.32180.42380.4087
Hunter Lab73.02187.368033.3774
CIE-Lab78.064611.937645.0955

#efb76d color RGB value is (239,183,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110111 01101101
Octal 357 267 155
Decimal 239 183 109
Hex EF B7 6D

RGB Percentages of Color #efb76d

%45.01
%34.46
%20.53

CMYK Percentages of Color #efb76d

%0
%23
%54
%6

Triadic Colors of #efb76d

#efb76d #6defb7 #b76def

Analogous Colors of #efb76d

#efb76d #e6ef6d #ef766d

Monochromatic Colors of #efb76d

#efb76d

Complementary Color

#efb76d #6da5ef

#efb76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb76d Color CSS Codes

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

#efb76d Text Font Color

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

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


#efb76d Background Color

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

This div background color is #efb76d


#efb76d Border Color

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

This div border color is #efb76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb76d


Comments

No comments written yet.

Please login to write comment.