Color Hex Logo

#efbb79 Color Hex

#EFBB79
(239,187,121)
0 Favorites   0 Comments

Color spaces of #efbb79

RGB 239187121
HSL0.090.790.71
HSV34°49°94°
CMYK 0.000.220.49   0.06
XYZ56.818155.271825.7631
Yxy55.27180.41220.4009
Hunter Lab74.34506.314731.4955
CIE-Lab79.197610.863540.4319

#efbb79 color RGB value is (239,187,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 01111001
Octal 357 273 171
Decimal 239 187 121
Hex EF BB 79

RGB Percentages of Color #efbb79

%43.69
%34.19
%22.12

CMYK Percentages of Color #efbb79

%0
%22
%49
%6

Triadic Colors of #efbb79

#efbb79 #79efbb #bb79ef

Analogous Colors of #efbb79

#efbb79 #e8ef79 #ef8079

Monochromatic Colors of #efbb79

#efbb79

Complementary Color

#efbb79 #79adef

#efbb79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbb79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbb79 Color CSS Codes

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

#efbb79 Text Font Color

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

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


#efbb79 Background Color

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

This div background color is #efbb79


#efbb79 Border Color

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

This div border color is #efbb79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbb79


Comments

No comments written yet.

Please login to write comment.