Color Hex Logo

#efbe0d Color Hex

#EFBE0D
(239,190,13)
0 Favorites   0 Comments

Color spaces of #efbe0d

RGB 23919013
HSL0.130.900.49
HSV47°95°94°
CMYK 0.000.210.95   0.06
XYZ54.082755.20678.1863
Yxy55.20670.46040.4699
Hunter Lab74.3012-0.099745.4784
CIE-Lab79.16024.153979.6570

#efbe0d color RGB value is (239,190,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 00001101
Octal 357 276 15
Decimal 239 190 13
Hex EF BE D

RGB Percentages of Color #efbe0d

%54.07
%42.99
%2.94

CMYK Percentages of Color #efbe0d

%0
%21
%95
%6

Triadic Colors of #efbe0d

#efbe0d #0defbe #be0def

Analogous Colors of #efbe0d

#efbe0d #afef0d #ef4d0d

Monochromatic Colors of #efbe0d

#efbe0d

Complementary Color

#efbe0d #0d3eef

#efbe0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbe0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbe0d Color CSS Codes

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

#efbe0d Text Font Color

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

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


#efbe0d Background Color

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

This div background color is #efbe0d


#efbe0d Border Color

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

This div border color is #efbe0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbe0d


Comments

No comments written yet.

Please login to write comment.