Color Hex Logo

#efa266 Color Hex

#EFA266
(239,162,102)
0 Favorites   0 Comments

Color spaces of #efa266

RGB 239162102
HSL0.070.810.67
HSV26°57°94°
CMYK 0.000.320.57   0.06
XYZ50.915245.150718.6018
Yxy45.15070.44400.3938
Hunter Lab67.194317.665130.6224
CIE-Lab72.991022.493142.4570

#efa266 color RGB value is (239,162,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100010 01100110
Octal 357 242 146
Decimal 239 162 102
Hex EF A2 66

RGB Percentages of Color #efa266

%47.51
%32.21
%20.28

CMYK Percentages of Color #efa266

%0
%32
%57
%6

Triadic Colors of #efa266

#efa266 #66efa2 #a266ef

Analogous Colors of #efa266

#efa266 #efe766 #ef666f

Monochromatic Colors of #efa266

#efa266

Complementary Color

#efa266 #66b3ef

#efa266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa266 Color CSS Codes

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

#efa266 Text Font Color

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

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


#efa266 Background Color

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

This div background color is #efa266


#efa266 Border Color

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

This div border color is #efa266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa266


Comments

No comments written yet.

Please login to write comment.