Color Hex Logo

#efa166 Color Hex

#EFA166
(239,161,102)
0 Favorites   0 Comments

Color spaces of #efa166

RGB 239161102
HSL0.070.810.67
HSV26°57°94°
CMYK 0.000.330.57   0.06
XYZ50.739744.799818.5433
Yxy44.79980.44480.3927
Hunter Lab66.932718.183530.4269
CIE-Lab72.759923.022342.1749

#efa166 color RGB value is (239,161,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 01100110
Octal 357 241 146
Decimal 239 161 102
Hex EF A1 66

RGB Percentages of Color #efa166

%47.61
%32.07
%20.32

CMYK Percentages of Color #efa166

%0
%33
%57
%6

Triadic Colors of #efa166

#efa166 #66efa1 #a166ef

Analogous Colors of #efa166

#efa166 #efe666 #ef6670

Monochromatic Colors of #efa166

#efa166

Complementary Color

#efa166 #66b4ef

#efa166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa166 Color CSS Codes

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

#efa166 Text Font Color

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

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


#efa166 Background Color

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

This div background color is #efa166


#efa166 Border Color

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

This div border color is #efa166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa166


Comments

No comments written yet.

Please login to write comment.