Color Hex Logo

#efa363 Color Hex

#EFA363
(239,163,99)
0 Favorites   0 Comments

Color spaces of #efa363

RGB 23916399
HSL0.080.810.66
HSV27°59°94°
CMYK 0.000.320.59   0.06
XYZ50.945945.446017.8912
Yxy45.44600.44580.3977
Hunter Lab67.413616.922331.4543
CIE-Lab73.184621.740344.2223

#efa363 color RGB value is (239,163,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 01100011
Octal 357 243 143
Decimal 239 163 99
Hex EF A3 63

RGB Percentages of Color #efa363

%47.70
%32.53
%19.76

CMYK Percentages of Color #efa363

%0
%32
%59
%6

Triadic Colors of #efa363

#efa363 #63efa3 #a363ef

Analogous Colors of #efa363

#efa363 #efe963 #ef6369

Monochromatic Colors of #efa363

#efa363

Complementary Color

#efa363 #63afef

#efa363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa363 Color CSS Codes

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

#efa363 Text Font Color

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

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


#efa363 Background Color

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

This div background color is #efa363


#efa363 Border Color

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

This div border color is #efa363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa363


Comments

No comments written yet.

Please login to write comment.