Color Hex Logo

#efbd0d Color Hex

#EFBD0D
(239,189,13)
0 Favorites   0 Comments

Color spaces of #efbd0d

RGB 23918913
HSL0.130.900.49
HSV47°95°94°
CMYK 0.000.210.95   0.06
XYZ53.866854.77508.1143
Yxy54.77500.46140.4691
Hunter Lab74.01010.399945.3067
CIE-Lab78.91154.673879.4764

#efbd0d color RGB value is (239,189,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 00001101
Octal 357 275 15
Decimal 239 189 13
Hex EF BD D

RGB Percentages of Color #efbd0d

%54.20
%42.86
%2.95

CMYK Percentages of Color #efbd0d

%0
%21
%95
%6

Triadic Colors of #efbd0d

#efbd0d #0defbd #bd0def

Analogous Colors of #efbd0d

#efbd0d #b0ef0d #ef4c0d

Monochromatic Colors of #efbd0d

#efbd0d

Complementary Color

#efbd0d #0d3fef

#efbd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd0d Color CSS Codes

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

#efbd0d Text Font Color

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

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


#efbd0d Background Color

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

This div background color is #efbd0d


#efbd0d Border Color

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

This div border color is #efbd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd0d


Comments

No comments written yet.

Please login to write comment.