color codes Logo

#efdb2e color codes

#EFDB2E
(239,219,46)
0 Favorites   0 Comments

Color spaces of #efdb2e

RGB 23921946
HSL0.150.860.56
HSV54°81°94°
CMYK 0.000.080.81   0.06
XYZ61.421369.211012.7066
Yxy69.21100.42850.4828
Hunter Lab83.1931-13.801949.1795
CIE-Lab86.6084-9.999379.1754

#efdb2e color RGB value is (239,219,46).

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

The process color (four color CMYK) of #efdb2e color code is 0.00, 0.08, 0.81, 0.06. Web safe color of #efdb2e is #ffcc33. Color #efdb2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 00101110
Octal 357 333 56
Decimal 239 219 46
Hex EF DB 2E

RGB Percentages of Color #efdb2e

%47.42
%43.45
%9.13

CMYK Percentages of Color #efdb2e

%0
%8
%81
%6

Triadic Colors of #efdb2e

#efdb2e #2eefdb #db2eef

Analogous Colors of #efdb2e

#efdb2e #a3ef2e #ef7b2e

Monochromatic Colors of #efdb2e

#efdb2e

Complementary Color

#efdb2e #2e42ef

#efdb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb2e Color CSS Codes

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

#efdb2e Text Font Color

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

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


#efdb2e Background Color

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

This div background color is #efdb2e


#efdb2e Border Color

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

This div border color is #efdb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb2e


Comments

No comments written yet.

Please login to write comment.