Color Hex Logo

#efa956 Color Hex

#EFA956
(239,169,86)
0 Favorites   0 Comments

Color spaces of #efa956

RGB 23916986
HSL0.090.830.64
HSV33°64°94°
CMYK 0.000.290.64   0.06
XYZ51.464347.398515.2405
Yxy47.39850.45100.4154
Hunter Lab68.846612.951135.0676
CIE-Lab74.444017.685052.0950

#efa956 color RGB value is (239,169,86).

#efa956 hex color red value is 239, green value is 169 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #efa956 hue: 0.09 , saturation: 0.83 and the lightness value of efa956 is 0.64.

The process color (four color CMYK) of #efa956 color hex is 0.00, 0.29, 0.64, 0.06. Web safe color of #efa956 is #ff9966. Color #efa956 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 01010110
Octal 357 251 126
Decimal 239 169 86
Hex EF A9 56

RGB Percentages of Color #efa956

%48.38
%34.21
%17.41

CMYK Percentages of Color #efa956

%0
%29
%64
%6

Triadic Colors of #efa956

#efa956 #56efa9 #a956ef

Analogous Colors of #efa956

#efa956 #e9ef56 #ef5c56

Monochromatic Colors of #efa956

#efa956

Complementary Color

#efa956 #569cef

#efa956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa956 Color CSS Codes

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

#efa956 Text Font Color

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

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


#efa956 Background Color

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

This div background color is #efa956


#efa956 Border Color

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

This div border color is #efa956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa956


Comments

No comments written yet.

Please login to write comment.