Color Hex Logo

#efa88f Color Hex

#EFA88F
(239,168,143)
0 Favorites   0 Comments

Color spaces of #efa88f

RGB 239168143
HSL0.040.750.75
HSV16°40°94°
CMYK 0.000.300.40   0.06
XYZ54.557248.339232.4415
Yxy48.33920.40310.3572
Hunter Lab69.526418.397321.0034
CIE-Lab75.038423.128523.3820

#efa88f color RGB value is (239,168,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101000 10001111
Octal 357 250 217
Decimal 239 168 143
Hex EF A8 8F

RGB Percentages of Color #efa88f

%43.45
%30.55
%26.00

CMYK Percentages of Color #efa88f

%0
%30
%40
%6

Triadic Colors of #efa88f

#efa88f #8fefa8 #a88fef

Analogous Colors of #efa88f

#efa88f #efd88f #ef8fa6

Monochromatic Colors of #efa88f

#efa88f

Complementary Color

#efa88f #8fd6ef

#efa88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa88f Color CSS Codes

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

#efa88f Text Font Color

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

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


#efa88f Background Color

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

This div background color is #efa88f


#efa88f Border Color

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

This div border color is #efa88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa88f


Comments

No comments written yet.

Please login to write comment.