Color Hex Logo

#efa963 Color Hex

#EFA963
(239,169,99)
0 Favorites   0 Comments

Color spaces of #efa963

RGB 23916999
HSL0.080.810.66
HSV30°59°94°
CMYK 0.000.290.59   0.06
XYZ52.036747.627518.2548
Yxy47.62750.44130.4039
Hunter Lab69.012713.819832.6259
CIE-Lab74.589418.563545.9072

#efa963 color RGB value is (239,169,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 01100011
Octal 357 251 143
Decimal 239 169 99
Hex EF A9 63

RGB Percentages of Color #efa963

%47.14
%33.33
%19.53

CMYK Percentages of Color #efa963

%0
%29
%59
%6

Triadic Colors of #efa963

#efa963 #63efa9 #a963ef

Analogous Colors of #efa963

#efa963 #efef63 #ef6363

Monochromatic Colors of #efa963

#efa963

Complementary Color

#efa963 #63a9ef

#efa963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa963 Color CSS Codes

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

#efa963 Text Font Color

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

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


#efa963 Background Color

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

This div background color is #efa963


#efa963 Border Color

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

This div border color is #efa963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa963


Comments

No comments written yet.

Please login to write comment.