Color Hex Logo

#efad66 Color Hex

#EFAD66
(239,173,102)
0 Favorites   0 Comments

Color spaces of #efad66

RGB 239173102
HSL0.090.810.67
HSV31°57°94°
CMYK 0.000.280.57   0.06
XYZ52.938449.197219.2762
Yxy49.19720.43600.4052
Hunter Lab70.140711.975832.8043
CIE-Lab75.573816.669245.5849

#efad66 color RGB value is (239,173,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 01100110
Octal 357 255 146
Decimal 239 173 102
Hex EF AD 66

RGB Percentages of Color #efad66

%46.50
%33.66
%19.84

CMYK Percentages of Color #efad66

%0
%28
%57
%6

Triadic Colors of #efad66

#efad66 #66efad #ad66ef

Analogous Colors of #efad66

#efad66 #edef66 #ef6966

Monochromatic Colors of #efad66

#efad66

Complementary Color

#efad66 #66a8ef

#efad66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad66 Color CSS Codes

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

#efad66 Text Font Color

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

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


#efad66 Background Color

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

This div background color is #efad66


#efad66 Border Color

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

This div border color is #efad66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad66


Comments

No comments written yet.

Please login to write comment.