Color Hex Logo

#efdb14 Color Hex

#EFDB14
(239,219,20)
0 Favorites   0 Comments

Color spaces of #efdb14

RGB 23921920
HSL0.150.870.51
HSV55°92°94°
CMYK 0.000.080.92   0.06
XYZ61.054469.064310.7746
Yxy69.06430.43330.4902
Hunter Lab83.1049-14.295750.4865
CIE-Lab86.5359-10.549184.2785

#efdb14 color RGB value is (239,219,20).

#efdb14 hex color red value is 239, green value is 219 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #efdb14 hue: 0.15 , saturation: 0.87 and the lightness value of efdb14 is 0.51.

The process color (four color CMYK) of #efdb14 color hex is 0.00, 0.08, 0.92, 0.06. Web safe color of #efdb14 is #ffcc00. Color #efdb14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 00010100
Octal 357 333 24
Decimal 239 219 20
Hex EF DB 14

RGB Percentages of Color #efdb14

%50.00
%45.82
%4.18

CMYK Percentages of Color #efdb14

%0
%8
%92
%6

Triadic Colors of #efdb14

#efdb14 #14efdb #db14ef

Analogous Colors of #efdb14

#efdb14 #96ef14 #ef6e14

Monochromatic Colors of #efdb14

#efdb14

Complementary Color

#efdb14 #1428ef

#efdb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb14 Color CSS Codes

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

#efdb14 Text Font Color

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

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


#efdb14 Background Color

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

This div background color is #efdb14


#efdb14 Border Color

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

This div border color is #efdb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb14


Comments

No comments written yet.

Please login to write comment.