Color Hex Logo

#efba9b Color Hex

#EFBA9B
(239,186,155)
0 Favorites   0 Comments

Color spaces of #efba9b

RGB 239186155
HSL0.060.720.77
HSV22°35°94°
CMYK 0.000.220.35   0.06
XYZ59.071955.835138.6742
Yxy55.83510.38460.3636
Hunter Lab74.722910.347521.6194
CIE-Lab79.519914.971423.0502

#efba9b color RGB value is (239,186,155).

#efba9b hex color red value is 239, green value is 186 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #efba9b hue: 0.06 , saturation: 0.72 and the lightness value of efba9b is 0.77.

The process color (four color CMYK) of #efba9b color hex is 0.00, 0.22, 0.35, 0.06. Web safe color of #efba9b is #ffcc99. Color #efba9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 10011011
Octal 357 272 233
Decimal 239 186 155
Hex EF BA 9B

RGB Percentages of Color #efba9b

%41.21
%32.07
%26.72

CMYK Percentages of Color #efba9b

%0
%22
%35
%6

Triadic Colors of #efba9b

#efba9b #9befba #ba9bef

Analogous Colors of #efba9b

#efba9b #efe49b #ef9ba6

Monochromatic Colors of #efba9b

#efba9b

Complementary Color

#efba9b #9bd0ef

#efba9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba9b Color CSS Codes

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

#efba9b Text Font Color

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

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


#efba9b Background Color

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

This div background color is #efba9b


#efba9b Border Color

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

This div border color is #efba9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba9b


Comments

No comments written yet.

Please login to write comment.