Color Hex Logo

#efa66d Color Hex

#EFA66D
(239,166,109)
0 Favorites   0 Comments

Color spaces of #efa66d

RGB 239166109
HSL0.070.800.68
HSV26°54°94°
CMYK 0.000.310.54   0.06
XYZ51.993146.727320.7469
Yxy46.72730.43520.3911
Hunter Lab68.357416.143029.8553
CIE-Lab74.015020.925040.1109

#efa66d color RGB value is (239,166,109).

#efa66d hex color red value is 239, green value is 166 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #efa66d hue: 0.07 , saturation: 0.80 and the lightness value of efa66d is 0.68.

The process color (four color CMYK) of #efa66d color hex is 0.00, 0.31, 0.54, 0.06. Web safe color of #efa66d is #ff9966. Color #efa66d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100110 01101101
Octal 357 246 155
Decimal 239 166 109
Hex EF A6 6D

RGB Percentages of Color #efa66d

%46.50
%32.30
%21.21

CMYK Percentages of Color #efa66d

%0
%31
%54
%6

Triadic Colors of #efa66d

#efa66d #6defa6 #a66def

Analogous Colors of #efa66d

#efa66d #efe76d #ef6d75

Monochromatic Colors of #efa66d

#efa66d

Complementary Color

#efa66d #6db6ef

#efa66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa66d Color CSS Codes

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

#efa66d Text Font Color

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

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


#efa66d Background Color

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

This div background color is #efa66d


#efa66d Border Color

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

This div border color is #efa66d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,166,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efa66d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa66d


Comments

No comments written yet.

Please login to write comment.