Color Hex Logo

#efb979 Color Hex

#EFB979
(239,185,121)
0 Favorites   0 Comments

Color spaces of #efb979

RGB 239185121
HSL0.090.790.71
HSV33°49°94°
CMYK 0.000.230.49   0.06
XYZ56.396854.429125.6226
Yxy54.42910.41330.3989
Hunter Lab73.77617.343031.0517
CIE-Lab78.711311.915939.8188

#efb979 color RGB value is (239,185,121).

#efb979 hex color red value is 239, green value is 185 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #efb979 hue: 0.09 , saturation: 0.79 and the lightness value of efb979 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 01111001
Octal 357 271 171
Decimal 239 185 121
Hex EF B9 79

RGB Percentages of Color #efb979

%43.85
%33.94
%22.20

CMYK Percentages of Color #efb979

%0
%23
%49
%6

Triadic Colors of #efb979

#efb979 #79efb9 #b979ef

Analogous Colors of #efb979

#efb979 #eaef79 #ef7e79

Monochromatic Colors of #efb979

#efb979

Complementary Color

#efb979 #79afef

#efb979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb979 Color CSS Codes

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

#efb979 Text Font Color

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

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


#efb979 Background Color

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

This div background color is #efb979


#efb979 Border Color

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

This div border color is #efb979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb979


Comments

No comments written yet.

Please login to write comment.