Color Hex Logo

#efa364 Color Hex

#EFA364
(239,163,100)
0 Favorites   0 Comments

Color spaces of #efa364

RGB 239163100
HSL0.080.810.66
HSV27°58°94°
CMYK 0.000.320.58   0.06
XYZ50.994045.465218.1446
Yxy45.46520.44500.3967
Hunter Lab67.427916.996231.2448
CIE-Lab73.197221.814043.7292

#efa364 color RGB value is (239,163,100).

#efa364 hex color red value is 239, green value is 163 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #efa364 hue: 0.08 , saturation: 0.81 and the lightness value of efa364 is 0.66.

The process color (four color CMYK) of #efa364 color hex is 0.00, 0.32, 0.58, 0.06. Web safe color of #efa364 is #ff9966. Color #efa364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 01100100
Octal 357 243 144
Decimal 239 163 100
Hex EF A3 64

RGB Percentages of Color #efa364

%47.61
%32.47
%19.92

CMYK Percentages of Color #efa364

%0
%32
%58
%6

Triadic Colors of #efa364

#efa364 #64efa3 #a364ef

Analogous Colors of #efa364

#efa364 #efe964 #ef646b

Monochromatic Colors of #efa364

#efa364

Complementary Color

#efa364 #64b0ef

#efa364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa364 Color CSS Codes

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

#efa364 Text Font Color

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

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


#efa364 Background Color

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

This div background color is #efa364


#efa364 Border Color

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

This div border color is #efa364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa364


Comments

No comments written yet.

Please login to write comment.