Color Hex Logo

#efba0d Color Hex

#EFBA0D
(239,186,13)
0 Favorites   0 Comments

Color spaces of #efba0d

RGB 23918613
HSL0.130.900.49
HSV46°95°94°
CMYK 0.000.220.95   0.06
XYZ53.228253.49767.9014
Yxy53.49760.46440.4667
Hunter Lab73.14211.902544.7944
CIE-Lab78.16796.237478.9369

#efba0d color RGB value is (239,186,13).

#efba0d hex color red value is 239, green value is 186 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #efba0d hue: 0.13 , saturation: 0.90 and the lightness value of efba0d is 0.49.

The process color (four color CMYK) of #efba0d color hex is 0.00, 0.22, 0.95, 0.06. Web safe color of #efba0d is #ffcc00. Color #efba0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 00001101
Octal 357 272 15
Decimal 239 186 13
Hex EF BA D

RGB Percentages of Color #efba0d

%54.57
%42.47
%2.97

CMYK Percentages of Color #efba0d

%0
%22
%95
%6

Triadic Colors of #efba0d

#efba0d #0defba #ba0def

Analogous Colors of #efba0d

#efba0d #b3ef0d #ef490d

Monochromatic Colors of #efba0d

#efba0d

Complementary Color

#efba0d #0d42ef

#efba0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba0d Color CSS Codes

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

#efba0d Text Font Color

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

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


#efba0d Background Color

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

This div background color is #efba0d


#efba0d Border Color

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

This div border color is #efba0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba0d


Comments

No comments written yet.

Please login to write comment.