Color Hex Logo

#efba66 Color Hex

#EFBA66
(239,186,102)
0 Favorites   0 Comments

Color spaces of #efba66

RGB 239186102
HSL0.100.810.67
HSV37°57°94°
CMYK 0.000.220.57   0.06
XYZ55.553854.427820.1480
Yxy54.42780.42690.4183
Hunter Lab73.77525.306535.4505
CIE-Lab78.71059.815249.3249

#efba66 color RGB value is (239,186,102).

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

The process color (four color CMYK) of #efba66 color hex is 0.00, 0.22, 0.57, 0.06. Web safe color of #efba66 is #ffcc66. Color #efba66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 01100110
Octal 357 272 146
Decimal 239 186 102
Hex EF BA 66

RGB Percentages of Color #efba66

%45.35
%35.29
%19.35

CMYK Percentages of Color #efba66

%0
%22
%57
%6

Triadic Colors of #efba66

#efba66 #66efba #ba66ef

Analogous Colors of #efba66

#efba66 #e0ef66 #ef7666

Monochromatic Colors of #efba66

#efba66

Complementary Color

#efba66 #669bef

#efba66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba66 Color CSS Codes

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

#efba66 Text Font Color

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

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


#efba66 Background Color

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

This div background color is #efba66


#efba66 Border Color

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

This div border color is #efba66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba66


Comments

No comments written yet.

Please login to write comment.