Color Hex Logo

#efb88b Color Hex

#EFB88B
(239,184,139)
0 Favorites   0 Comments

Color spaces of #efb88b

RGB 239184139
HSL0.080.760.74
HSV27°42°94°
CMYK 0.000.230.42   0.06
XYZ57.397354.495831.9197
Yxy54.49580.39910.3789
Hunter Lab73.82139.599626.0384
CIE-Lab78.750014.219230.5014

#efb88b color RGB value is (239,184,139).

#efb88b hex color red value is 239, green value is 184 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #efb88b hue: 0.08 , saturation: 0.76 and the lightness value of efb88b is 0.74.

The process color (four color CMYK) of #efb88b color hex is 0.00, 0.23, 0.42, 0.06. Web safe color of #efb88b is #ffcc99. Color #efb88b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111000 10001011
Octal 357 270 213
Decimal 239 184 139
Hex EF B8 8B

RGB Percentages of Color #efb88b

%42.53
%32.74
%24.73

CMYK Percentages of Color #efb88b

%0
%23
%42
%6

Triadic Colors of #efb88b

#efb88b #8befb8 #b88bef

Analogous Colors of #efb88b

#efb88b #efea8b #ef8b90

Monochromatic Colors of #efb88b

#efb88b

Complementary Color

#efb88b #8bc2ef

#efb88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb88b Color CSS Codes

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

#efb88b Text Font Color

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

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


#efb88b Background Color

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

This div background color is #efb88b


#efb88b Border Color

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

This div border color is #efb88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb88b


Comments

No comments written yet.

Please login to write comment.