Color Hex Logo

#efbd0e Color Hex

#EFBD0E
(239,189,14)
0 Favorites   0 Comments

Color spaces of #efbd0e

RGB 23918914
HSL0.130.890.50
HSV47°94°94°
CMYK 0.000.210.94   0.06
XYZ53.873554.77768.1492
Yxy54.77760.46120.4690
Hunter Lab74.01190.409945.2801
CIE-Lab78.91304.684479.3585

#efbd0e color RGB value is (239,189,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 00001110
Octal 357 275 16
Decimal 239 189 14
Hex EF BD E

RGB Percentages of Color #efbd0e

%54.07
%42.76
%3.17

CMYK Percentages of Color #efbd0e

%0
%21
%94
%6

Triadic Colors of #efbd0e

#efbd0e #0eefbd #bd0eef

Analogous Colors of #efbd0e

#efbd0e #b1ef0e #ef4d0e

Monochromatic Colors of #efbd0e

#efbd0e

Complementary Color

#efbd0e #0e40ef

#efbd0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd0e Color CSS Codes

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

#efbd0e Text Font Color

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

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


#efbd0e Background Color

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

This div background color is #efbd0e


#efbd0e Border Color

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

This div border color is #efbd0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd0e


Comments

No comments written yet.

Please login to write comment.