Color Hex Logo

#efa18f Color Hex

#EFA18F
(239,161,143)
0 Favorites   0 Comments

Color spaces of #efa18f

RGB 239161143
HSL0.030.750.75
HSV11°40°94°
CMYK 0.000.330.40   0.06
XYZ53.299445.823632.0223
Yxy45.82360.40640.3494
Hunter Lab67.693122.082219.3380
CIE-Lab73.430926.838921.1884

#efa18f color RGB value is (239,161,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 10001111
Octal 357 241 217
Decimal 239 161 143
Hex EF A1 8F

RGB Percentages of Color #efa18f

%44.01
%29.65
%26.34

CMYK Percentages of Color #efa18f

%0
%33
%40
%6

Triadic Colors of #efa18f

#efa18f #8fefa1 #a18fef

Analogous Colors of #efa18f

#efa18f #efd18f #ef8fad

Monochromatic Colors of #efa18f

#efa18f

Complementary Color

#efa18f #8fddef

#efa18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa18f Color CSS Codes

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

#efa18f Text Font Color

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

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


#efa18f Background Color

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

This div background color is #efa18f


#efa18f Border Color

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

This div border color is #efa18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa18f


Comments

No comments written yet.

Please login to write comment.