Color Hex Logo

#efc98f Color Hex

#EFC98F
(239,201,143)
0 Favorites   0 Comments

Color spaces of #efc98f

RGB 239201143
HSL0.100.750.75
HSV36°40°94°
CMYK 0.000.160.40   0.06
XYZ61.441262.107234.7362
Yxy62.10720.38820.3924
Hunter Lab78.80811.249829.0325
CIE-Lab82.97045.728533.9799

#efc98f color RGB value is (239,201,143).

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

The process color (four color CMYK) of #efc98f color hex is 0.00, 0.16, 0.40, 0.06. Web safe color of #efc98f is #ffcc99. Color #efc98f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 10001111
Octal 357 311 217
Decimal 239 201 143
Hex EF C9 8F

RGB Percentages of Color #efc98f

%40.99
%34.48
%24.53

CMYK Percentages of Color #efc98f

%0
%16
%40
%6

Triadic Colors of #efc98f

#efc98f #8fefc9 #c98fef

Analogous Colors of #efc98f

#efc98f #e5ef8f #ef998f

Monochromatic Colors of #efc98f

#efc98f

Complementary Color

#efc98f #8fb5ef

#efc98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc98f Color CSS Codes

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

#efc98f Text Font Color

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

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


#efc98f Background Color

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

This div background color is #efc98f


#efc98f Border Color

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

This div border color is #efc98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc98f


Comments

No comments written yet.

Please login to write comment.