Color Hex Logo

#efa366 Color Hex

#EFA366
(239,163,102)
0 Favorites   0 Comments

Color spaces of #efa366

RGB 239163102
HSL0.070.810.67
HSV27°57°94°
CMYK 0.000.320.57   0.06
XYZ51.092145.504418.6608
Yxy45.50440.44330.3948
Hunter Lab67.456917.146830.8183
CIE-Lab73.222821.963942.7394

#efa366 color RGB value is (239,163,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 01100110
Octal 357 243 146
Decimal 239 163 102
Hex EF A3 66

RGB Percentages of Color #efa366

%47.42
%32.34
%20.24

CMYK Percentages of Color #efa366

%0
%32
%57
%6

Triadic Colors of #efa366

#efa366 #66efa3 #a366ef

Analogous Colors of #efa366

#efa366 #efe866 #ef666e

Monochromatic Colors of #efa366

#efa366

Complementary Color

#efa366 #66b2ef

#efa366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa366 Color CSS Codes

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

#efa366 Text Font Color

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

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


#efa366 Background Color

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

This div background color is #efa366


#efa366 Border Color

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

This div border color is #efa366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa366


Comments

No comments written yet.

Please login to write comment.