Color Hex Logo

#efb47e Color Hex

#EFB47E
(239,180,126)
0 Favorites   0 Comments

Color spaces of #efb47e

RGB 239180126
HSL0.080.780.72
HSV29°47°94°
CMYK 0.000.250.47   0.06
XYZ55.683852.499626.9372
Yxy52.49960.41210.3885
Hunter Lab72.456610.380428.6774
CIE-Lab77.578615.019935.7894

#efb47e color RGB value is (239,180,126).

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

The process color (four color CMYK) of #efb47e color hex is 0.00, 0.25, 0.47, 0.06. Web safe color of #efb47e is #ffcc66. Color #efb47e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 01111110
Octal 357 264 176
Decimal 239 180 126
Hex EF B4 7E

RGB Percentages of Color #efb47e

%43.85
%33.03
%23.12

CMYK Percentages of Color #efb47e

%0
%25
%47
%6

Triadic Colors of #efb47e

#efb47e #7eefb4 #b47eef

Analogous Colors of #efb47e

#efb47e #efed7e #ef7e81

Monochromatic Colors of #efb47e

#efb47e

Complementary Color

#efb47e #7eb9ef

#efb47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb47e Color CSS Codes

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

#efb47e Text Font Color

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

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


#efb47e Background Color

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

This div background color is #efb47e


#efb47e Border Color

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

This div border color is #efb47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb47e


Comments

No comments written yet.

Please login to write comment.