Color Hex Logo

#efac66 Color Hex

#EFAC66
(239,172,102)
0 Favorites   0 Comments

Color spaces of #efac66

RGB 239172102
HSL0.090.810.67
HSV31°57°94°
CMYK 0.000.280.57   0.06
XYZ52.747448.815119.2125
Yxy48.81510.43670.4042
Hunter Lab69.867812.491732.6037
CIE-Lab75.336217.198445.2989

#efac66 color RGB value is (239,172,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 01100110
Octal 357 254 146
Decimal 239 172 102
Hex EF AC 66

RGB Percentages of Color #efac66

%46.59
%33.53
%19.88

CMYK Percentages of Color #efac66

%0
%28
%57
%6

Triadic Colors of #efac66

#efac66 #66efac #ac66ef

Analogous Colors of #efac66

#efac66 #eeef66 #ef6866

Monochromatic Colors of #efac66

#efac66

Complementary Color

#efac66 #66a9ef

#efac66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efac66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efac66 Color CSS Codes

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

#efac66 Text Font Color

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

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


#efac66 Background Color

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

This div background color is #efac66


#efac66 Border Color

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

This div border color is #efac66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efac66


Comments

No comments written yet.

Please login to write comment.