Color Hex Logo

#efa18e Color Hex

#EFA18E
(239,161,142)
0 Favorites   0 Comments

Color spaces of #efa18e

RGB 239161142
HSL0.030.750.75
HSV12°41°94°
CMYK 0.000.330.41   0.06
XYZ53.224045.793531.6250
Yxy45.79350.40740.3505
Hunter Lab67.670921.968419.6613
CIE-Lab73.411326.728821.7070

#efa18e color RGB value is (239,161,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 10001110
Octal 357 241 216
Decimal 239 161 142
Hex EF A1 8E

RGB Percentages of Color #efa18e

%44.10
%29.70
%26.20

CMYK Percentages of Color #efa18e

%0
%33
%41
%6

Triadic Colors of #efa18e

#efa18e #8eefa1 #a18eef

Analogous Colors of #efa18e

#efa18e #efd28e #ef8eac

Monochromatic Colors of #efa18e

#efa18e

Complementary Color

#efa18e #8edcef

#efa18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa18e Color CSS Codes

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

#efa18e Text Font Color

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

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


#efa18e Background Color

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

This div background color is #efa18e


#efa18e Border Color

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

This div border color is #efa18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa18e


Comments

No comments written yet.

Please login to write comment.