Color Hex Logo

#efd50b Color Hex

#EFD50B
(239,213,11)
0 Favorites   0 Comments

Color spaces of #efd50b

RGB 23921311
HSL0.150.910.49
HSV53°95°94°
CMYK 0.000.110.95   0.06
XYZ59.451365.96349.9154
Yxy65.96340.43930.4874
Hunter Lab81.2179-11.469649.6141
CIE-Lab84.9777-7.642484.1194

#efd50b color RGB value is (239,213,11).

#efd50b hex color red value is 239, green value is 213 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #efd50b hue: 0.15 , saturation: 0.91 and the lightness value of efd50b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010101 00001011
Octal 357 325 13
Decimal 239 213 11
Hex EF D5 B

RGB Percentages of Color #efd50b

%51.62
%46.00
%2.38

CMYK Percentages of Color #efd50b

%0
%11
%95
%6

Triadic Colors of #efd50b

#efd50b #0befd5 #d50bef

Analogous Colors of #efd50b

#efd50b #97ef0b #ef630b

Monochromatic Colors of #efd50b

#efd50b

Complementary Color

#efd50b #0b25ef

#efd50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd50b Color CSS Codes

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

#efd50b Text Font Color

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

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


#efd50b Background Color

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

This div background color is #efd50b


#efd50b Border Color

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

This div border color is #efd50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd50b

#efd50b Color Palettes


Comments

No comments written yet.

Please login to write comment.