Color Hex Logo

#efb17b Color Hex

#EFB17B
(239,177,123)
0 Favorites   0 Comments

Color spaces of #efb17b

RGB 239177123
HSL0.080.780.71
HSV28°49°94°
CMYK 0.000.260.49   0.06
XYZ54.893951.225125.7331
Yxy51.22510.41630.3885
Hunter Lab71.571711.655028.7829
CIE-Lab76.815216.323036.3724

#efb17b color RGB value is (239,177,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 01111011
Octal 357 261 173
Decimal 239 177 123
Hex EF B1 7B

RGB Percentages of Color #efb17b

%44.34
%32.84
%22.82

CMYK Percentages of Color #efb17b

%0
%26
%49
%6

Triadic Colors of #efb17b

#efb17b #7befb1 #b17bef

Analogous Colors of #efb17b

#efb17b #efeb7b #ef7b7f

Monochromatic Colors of #efb17b

#efb17b

Complementary Color

#efb17b #7bb9ef

#efb17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb17b Color CSS Codes

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

#efb17b Text Font Color

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

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


#efb17b Background Color

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

This div background color is #efb17b


#efb17b Border Color

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

This div border color is #efb17b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb17b


Comments

No comments written yet.

Please login to write comment.