Color Hex Logo

#efb078 Color Hex

#EFB078
(239,176,120)
0 Favorites   0 Comments

Color spaces of #efb078

RGB 239176120
HSL0.080.790.70
HSV28°50°94°
CMYK 0.000.260.50   0.06
XYZ54.512150.757524.6934
Yxy50.75750.41940.3906
Hunter Lab71.244311.900629.3210
CIE-Lab76.531916.576437.5722

#efb078 color RGB value is (239,176,120).

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

The process color (four color CMYK) of #efb078 color hex is 0.00, 0.26, 0.50, 0.06. Web safe color of #efb078 is #ff9966. Color #efb078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 01111000
Octal 357 260 170
Decimal 239 176 120
Hex EF B0 78

RGB Percentages of Color #efb078

%44.67
%32.90
%22.43

CMYK Percentages of Color #efb078

%0
%26
%50
%6

Triadic Colors of #efb078

#efb078 #78efb0 #b078ef

Analogous Colors of #efb078

#efb078 #efec78 #ef787c

Monochromatic Colors of #efb078

#efb078

Complementary Color

#efb078 #78b7ef

#efb078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb078 Color CSS Codes

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

#efb078 Text Font Color

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

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


#efb078 Background Color

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

This div background color is #efb078


#efb078 Border Color

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

This div border color is #efb078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb078


Comments

No comments written yet.

Please login to write comment.