Color Hex Logo

#efc68f Color Hex

#EFC68F
(239,198,143)
0 Favorites   0 Comments

Color spaces of #efc68f

RGB 239198143
HSL0.100.750.75
HSV34°40°94°
CMYK 0.000.170.40   0.06
XYZ60.748660.722134.5053
Yxy60.72210.38950.3893
Hunter Lab77.92442.788128.2932
CIE-Lab82.22917.293133.0053

#efc68f color RGB value is (239,198,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000110 10001111
Octal 357 306 217
Decimal 239 198 143
Hex EF C6 8F

RGB Percentages of Color #efc68f

%41.21
%34.14
%24.66

CMYK Percentages of Color #efc68f

%0
%17
%40
%6

Triadic Colors of #efc68f

#efc68f #8fefc6 #c68fef

Analogous Colors of #efc68f

#efc68f #e8ef8f #ef968f

Monochromatic Colors of #efc68f

#efc68f

Complementary Color

#efc68f #8fb8ef

#efc68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc68f Color CSS Codes

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

#efc68f Text Font Color

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

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


#efc68f Background Color

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

This div background color is #efc68f


#efc68f Border Color

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

This div border color is #efc68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc68f


Comments

No comments written yet.

Please login to write comment.