Color Hex Logo

#efb08e Color Hex

#EFB08E
(239,176,142)
0 Favorites   0 Comments

Color spaces of #efb08e

RGB 239176142
HSL0.060.750.75
HSV21°41°94°
CMYK 0.000.260.41   0.06
XYZ56.004451.354432.5518
Yxy51.35440.40030.3671
Hunter Lab71.662014.090723.2314
CIE-Lab76.893218.775826.4288

#efb08e color RGB value is (239,176,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 10001110
Octal 357 260 216
Decimal 239 176 142
Hex EF B0 8E

RGB Percentages of Color #efb08e

%42.91
%31.60
%25.49

CMYK Percentages of Color #efb08e

%0
%26
%41
%6

Triadic Colors of #efb08e

#efb08e #8eefb0 #b08eef

Analogous Colors of #efb08e

#efb08e #efe18e #ef8e9d

Monochromatic Colors of #efb08e

#efb08e

Complementary Color

#efb08e #8ecdef

#efb08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb08e Color CSS Codes

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

#efb08e Text Font Color

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

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


#efb08e Background Color

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

This div background color is #efb08e


#efb08e Border Color

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

This div border color is #efb08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb08e


Comments

No comments written yet.

Please login to write comment.