Color Hex Logo

#efc986 Color Hex

#EFC986
(239,201,134)
0 Favorites   0 Comments

Color spaces of #efc986

RGB 239201134
HSL0.110.770.73
HSV38°44°94°
CMYK 0.000.160.44   0.06
XYZ60.786361.845231.2878
Yxy61.84520.39490.4018
Hunter Lab78.64170.349031.4605
CIE-Lab82.83104.787738.4203

#efc986 color RGB value is (239,201,134).

#efc986 hex color red value is 239, green value is 201 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #efc986 hue: 0.11 , saturation: 0.77 and the lightness value of efc986 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 10000110
Octal 357 311 206
Decimal 239 201 134
Hex EF C9 86

RGB Percentages of Color #efc986

%41.64
%35.02
%23.34

CMYK Percentages of Color #efc986

%0
%16
%44
%6

Triadic Colors of #efc986

#efc986 #86efc9 #c986ef

Analogous Colors of #efc986

#efc986 #e1ef86 #ef9586

Monochromatic Colors of #efc986

#efc986

Complementary Color

#efc986 #86acef

#efc986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc986 Color CSS Codes

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

#efc986 Text Font Color

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

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


#efc986 Background Color

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

This div background color is #efc986


#efc986 Border Color

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

This div border color is #efc986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc986


Comments

No comments written yet.

Please login to write comment.