Color Hex Logo

#efab66 Color Hex

#EFAB66
(239,171,102)
0 Favorites   0 Comments

Color spaces of #efab66

RGB 239171102
HSL0.080.810.67
HSV30°57°94°
CMYK 0.000.280.57   0.06
XYZ52.557848.435919.1493
Yxy48.43590.43750.4032
Hunter Lab69.595913.007732.4035
CIE-Lab75.099017.727645.0132

#efab66 color RGB value is (239,171,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 01100110
Octal 357 253 146
Decimal 239 171 102
Hex EF AB 66

RGB Percentages of Color #efab66

%46.68
%33.40
%19.92

CMYK Percentages of Color #efab66

%0
%28
%57
%6

Triadic Colors of #efab66

#efab66 #66efab #ab66ef

Analogous Colors of #efab66

#efab66 #efef66 #ef6766

Monochromatic Colors of #efab66

#efab66

Complementary Color

#efab66 #66aaef

#efab66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efab66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efab66 Color CSS Codes

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

#efab66 Text Font Color

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

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


#efab66 Background Color

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

This div background color is #efab66


#efab66 Border Color

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

This div border color is #efab66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efab66


Comments

No comments written yet.

Please login to write comment.