Color Hex Logo

#efa34c Color Hex

#EFA34C
(239,163,76)
0 Favorites   0 Comments

Color spaces of #efa34c

RGB 23916376
HSL0.090.840.62
HSV32°68°94°
CMYK 0.000.320.68   0.06
XYZ49.998345.066912.9011
Yxy45.06690.46310.4174
Hunter Lab67.131915.461935.5982
CIE-Lab72.935920.278255.1060

#efa34c color RGB value is (239,163,76).

#efa34c hex color red value is 239, green value is 163 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #efa34c hue: 0.09 , saturation: 0.84 and the lightness value of efa34c is 0.62.

The process color (four color CMYK) of #efa34c color hex is 0.00, 0.32, 0.68, 0.06. Web safe color of #efa34c is #ff9933. Color #efa34c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 01001100
Octal 357 243 114
Decimal 239 163 76
Hex EF A3 4C

RGB Percentages of Color #efa34c

%50.00
%34.10
%15.90

CMYK Percentages of Color #efa34c

%0
%32
%68
%6

Triadic Colors of #efa34c

#efa34c #4cefa3 #a34cef

Analogous Colors of #efa34c

#efa34c #eaef4c #ef524c

Monochromatic Colors of #efa34c

#efa34c

Complementary Color

#efa34c #4c98ef

#efa34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa34c Color CSS Codes

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

#efa34c Text Font Color

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

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


#efa34c Background Color

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

This div background color is #efa34c


#efa34c Border Color

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

This div border color is #efa34c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa34c


Comments

No comments written yet.

Please login to write comment.