Color Hex Logo

#efba7b Color Hex

#EFBA7B
(239,186,123)
0 Favorites   0 Comments

Color spaces of #efba7b

RGB 239186123
HSL0.090.780.71
HSV33°49°94°
CMYK 0.000.220.49   0.06
XYZ56.730754.898626.3454
Yxy54.89860.41120.3979
Hunter Lab74.09367.007030.7838
CIE-Lab78.982811.573039.1367

#efba7b color RGB value is (239,186,123).

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

The process color (four color CMYK) of #efba7b color hex is 0.00, 0.22, 0.49, 0.06. Web safe color of #efba7b is #ffcc66. Color #efba7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 01111011
Octal 357 272 173
Decimal 239 186 123
Hex EF BA 7B

RGB Percentages of Color #efba7b

%43.61
%33.94
%22.45

CMYK Percentages of Color #efba7b

%0
%22
%49
%6

Triadic Colors of #efba7b

#efba7b #7befba #ba7bef

Analogous Colors of #efba7b

#efba7b #eaef7b #ef807b

Monochromatic Colors of #efba7b

#efba7b

Complementary Color

#efba7b #7bb0ef

#efba7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba7b Color CSS Codes

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

#efba7b Text Font Color

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

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


#efba7b Background Color

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

This div background color is #efba7b


#efba7b Border Color

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

This div border color is #efba7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba7b


Comments

No comments written yet.

Please login to write comment.