Color Hex Logo

#efb00d Color Hex

#EFB00D
(239,176,13)
0 Favorites   0 Comments

Color spaces of #efb00d

RGB 23917613
HSL0.120.900.49
HSV43°95°94°
CMYK 0.000.260.95   0.06
XYZ51.194649.43047.2236
Yxy49.43040.47470.4583
Hunter Lab70.30686.939843.1230
CIE-Lab75.718311.479077.1705

#efb00d color RGB value is (239,176,13).

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

The process color (four color CMYK) of #efb00d color hex is 0.00, 0.26, 0.95, 0.06. Web safe color of #efb00d is #ff9900. Color #efb00d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 00001101
Octal 357 260 15
Decimal 239 176 13
Hex EF B0 D

RGB Percentages of Color #efb00d

%55.84
%41.12
%3.04

CMYK Percentages of Color #efb00d

%0
%26
%95
%6

Triadic Colors of #efb00d

#efb00d #0defb0 #b00def

Analogous Colors of #efb00d

#efb00d #bdef0d #ef3f0d

Monochromatic Colors of #efb00d

#efb00d

Complementary Color

#efb00d #0d4cef

#efb00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb00d Color CSS Codes

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

#efb00d Text Font Color

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

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


#efb00d Background Color

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

This div background color is #efb00d


#efb00d Border Color

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

This div border color is #efb00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb00d


Comments

No comments written yet.

Please login to write comment.