Color Hex Logo

#efb17e Color Hex

#EFB17E
(239,177,126)
0 Favorites   0 Comments

Color spaces of #efb17e

RGB 239177126
HSL0.080.780.72
HSV27°47°94°
CMYK 0.000.260.47   0.06
XYZ55.084651.301426.7375
Yxy51.30140.41380.3854
Hunter Lab71.625011.935228.0046
CIE-Lab76.861216.606134.8635

#efb17e color RGB value is (239,177,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 01111110
Octal 357 261 176
Decimal 239 177 126
Hex EF B1 7E

RGB Percentages of Color #efb17e

%44.10
%32.66
%23.25

CMYK Percentages of Color #efb17e

%0
%26
%47
%6

Triadic Colors of #efb17e

#efb17e #7eefb1 #b17eef

Analogous Colors of #efb17e

#efb17e #efea7e #ef7e84

Monochromatic Colors of #efb17e

#efb17e

Complementary Color

#efb17e #7ebcef

#efb17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb17e Color CSS Codes

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

#efb17e Text Font Color

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

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


#efb17e Background Color

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

This div background color is #efb17e


#efb17e Border Color

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

This div border color is #efb17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb17e


Comments

No comments written yet.

Please login to write comment.