Color Hex Logo

#efb08a Color Hex

#EFB08A
(239,176,138)
0 Favorites   0 Comments

Color spaces of #efb08a

RGB 239176138
HSL0.060.760.74
HSV23°42°94°
CMYK 0.000.260.42   0.06
XYZ55.709451.236430.9982
Yxy51.23640.40390.3714
Hunter Lab71.579613.659724.4296
CIE-Lab76.822018.345428.4683

#efb08a color RGB value is (239,176,138).

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

The process color (four color CMYK) of #efb08a color hex is 0.00, 0.26, 0.42, 0.06. Web safe color of #efb08a is #ff9999. Color #efb08a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 10001010
Octal 357 260 212
Decimal 239 176 138
Hex EF B0 8A

RGB Percentages of Color #efb08a

%43.22
%31.83
%24.95

CMYK Percentages of Color #efb08a

%0
%26
%42
%6

Triadic Colors of #efb08a

#efb08a #8aefb0 #b08aef

Analogous Colors of #efb08a

#efb08a #efe38a #ef8a97

Monochromatic Colors of #efb08a

#efb08a

Complementary Color

#efb08a #8ac9ef

#efb08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb08a Color CSS Codes

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

#efb08a Text Font Color

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

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


#efb08a Background Color

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

This div background color is #efb08a


#efb08a Border Color

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

This div border color is #efb08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb08a


Comments

No comments written yet.

Please login to write comment.