Color Hex Logo

#efb780 Color Hex

#EFB780
(239,183,128)
0 Favorites   0 Comments

Color spaces of #efb780

RGB 239183128
HSL0.080.780.72
HSV30°46°94°
CMYK 0.000.230.46   0.06
XYZ56.426453.776227.8279
Yxy53.77620.40880.3896
Hunter Lab73.33239.017628.8334
CIE-Lab78.331113.628335.7178

#efb780 color RGB value is (239,183,128).

#efb780 hex color red value is 239, green value is 183 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #efb780 hue: 0.08 , saturation: 0.78 and the lightness value of efb780 is 0.72.

The process color (four color CMYK) of #efb780 color hex is 0.00, 0.23, 0.46, 0.06. Web safe color of #efb780 is #ffcc99. Color #efb780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110111 10000000
Octal 357 267 200
Decimal 239 183 128
Hex EF B7 80

RGB Percentages of Color #efb780

%43.45
%33.27
%23.27

CMYK Percentages of Color #efb780

%0
%23
%46
%6

Triadic Colors of #efb780

#efb780 #80efb7 #b780ef

Analogous Colors of #efb780

#efb780 #efef80 #ef8081

Monochromatic Colors of #efb780

#efb780

Complementary Color

#efb780 #80b8ef

#efb780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb780 Color CSS Codes

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

#efb780 Text Font Color

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

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


#efb780 Background Color

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

This div background color is #efb780


#efb780 Border Color

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

This div border color is #efb780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb780


Comments

No comments written yet.

Please login to write comment.