Color Hex Logo

#efb18e Color Hex

#EFB18E
(239,177,142)
0 Favorites   0 Comments

Color spaces of #efb18e

RGB 239177142
HSL0.060.750.75
HSV22°41°94°
CMYK 0.000.260.41   0.06
XYZ56.201251.748032.6174
Yxy51.74800.39980.3681
Hunter Lab71.936113.567823.4719
CIE-Lab77.129918.245926.7471

#efb18e color RGB value is (239,177,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 10001110
Octal 357 261 216
Decimal 239 177 142
Hex EF B1 8E

RGB Percentages of Color #efb18e

%42.83
%31.72
%25.45

CMYK Percentages of Color #efb18e

%0
%26
%41
%6

Triadic Colors of #efb18e

#efb18e #8eefb1 #b18eef

Analogous Colors of #efb18e

#efb18e #efe28e #ef8e9c

Monochromatic Colors of #efb18e

#efb18e

Complementary Color

#efb18e #8eccef

#efb18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb18e Color CSS Codes

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

#efb18e Text Font Color

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

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


#efb18e Background Color

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

This div background color is #efb18e


#efb18e Border Color

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

This div border color is #efb18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb18e


Comments

No comments written yet.

Please login to write comment.