Color Hex Logo

#efbb78 Color Hex

#EFBB78
(239,187,120)
0 Favorites   0 Comments

Color spaces of #efbb78

RGB 239187120
HSL0.090.790.70
HSV34°50°94°
CMYK 0.000.220.50   0.06
XYZ56.757155.247425.4417
Yxy55.24740.41290.4020
Hunter Lab74.32866.227031.7358
CIE-Lab79.183610.773140.9243

#efbb78 color RGB value is (239,187,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 01111000
Octal 357 273 170
Decimal 239 187 120
Hex EF BB 78

RGB Percentages of Color #efbb78

%43.77
%34.25
%21.98

CMYK Percentages of Color #efbb78

%0
%22
%50
%6

Triadic Colors of #efbb78

#efbb78 #78efbb #bb78ef

Analogous Colors of #efbb78

#efbb78 #e8ef78 #ef8078

Monochromatic Colors of #efbb78

#efbb78

Complementary Color

#efbb78 #78acef

#efbb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbb78 Color CSS Codes

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

#efbb78 Text Font Color

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

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


#efbb78 Background Color

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

This div background color is #efbb78


#efbb78 Border Color

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

This div border color is #efbb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbb78


Comments

No comments written yet.

Please login to write comment.