Color Hex Logo

#efa809 Color Hex

#EFA809
(239,168,9)
0 Favorites   0 Comments

Color spaces of #efa809

RGB 2391689
HSL0.120.930.49
HSV41°96°94°
CMYK 0.000.300.96   0.06
XYZ49.648546.37576.5931
Yxy46.37570.48380.4519
Hunter Lab68.099710.962041.9296
CIE-Lab73.788715.659276.2712

#efa809 color RGB value is (239,168,9).

#efa809 hex color red value is 239, green value is 168 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #efa809 hue: 0.12 , saturation: 0.93 and the lightness value of efa809 is 0.49.

The process color (four color CMYK) of #efa809 color hex is 0.00, 0.30, 0.96, 0.06. Web safe color of #efa809 is #ff9900. Color #efa809 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101000 00001001
Octal 357 250 11
Decimal 239 168 9
Hex EF A8 9

RGB Percentages of Color #efa809

%57.45
%40.38
%2.16

CMYK Percentages of Color #efa809

%0
%30
%96
%6

Triadic Colors of #efa809

#efa809 #09efa8 #a809ef

Analogous Colors of #efa809

#efa809 #c3ef09 #ef3509

Monochromatic Colors of #efa809

#efa809

Complementary Color

#efa809 #0950ef

#efa809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa809 Color CSS Codes

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

#efa809 Text Font Color

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

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


#efa809 Background Color

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

This div background color is #efa809


#efa809 Border Color

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

This div border color is #efa809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa809


Comments

No comments written yet.

Please login to write comment.