Color Hex Logo

#efb309 Color Hex

#EFB309
(239,179,9)
1 Favorites   0 Comments

Color spaces of #efb309

RGB 2391799
HSL0.120.930.49
HSV44°96°94°
CMYK 0.000.250.96   0.06
XYZ51.766050.61067.2989
Yxy50.61060.47200.4615
Hunter Lab71.14115.389043.7158
CIE-Lab76.44259.865378.1388

#efb309 color RGB value is (239,179,9).

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

The process color (four color CMYK) of #efb309 color hex is 0.00, 0.25, 0.96, 0.06. Web safe color of #efb309 is #ffcc00. Color #efb309 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110011 00001001
Octal 357 263 11
Decimal 239 179 9
Hex EF B3 9

RGB Percentages of Color #efb309

%55.97
%41.92
%2.11

CMYK Percentages of Color #efb309

%0
%25
%96
%6

Triadic Colors of #efb309

#efb309 #09efb3 #b309ef

Analogous Colors of #efb309

#efb309 #b8ef09 #ef4009

Monochromatic Colors of #efb309

#efb309

Complementary Color

#efb309 #0945ef

#efb309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb309 Color CSS Codes

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

#efb309 Text Font Color

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

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


#efb309 Background Color

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

This div background color is #efb309


#efb309 Border Color

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

This div border color is #efb309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb309


Comments

No comments written yet.

Please login to write comment.