Color Hex Logo

#efdb0b Color Hex

#EFDB0B
(239,219,11)
0 Favorites   0 Comments

Color spaces of #efdb0b

RGB 23921911
HSL0.150.910.49
HSV55°95°94°
CMYK 0.000.080.95   0.06
XYZ60.988569.037910.4278
Yxy69.03790.43420.4915
Hunter Lab83.0890-14.384450.7214
CIE-Lab86.5228-10.648085.2593

#efdb0b color RGB value is (239,219,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 00001011
Octal 357 333 13
Decimal 239 219 11
Hex EF DB B

RGB Percentages of Color #efdb0b

%50.96
%46.70
%2.35

CMYK Percentages of Color #efdb0b

%0
%8
%95
%6

Triadic Colors of #efdb0b

#efdb0b #0befdb #db0bef

Analogous Colors of #efdb0b

#efdb0b #91ef0b #ef690b

Monochromatic Colors of #efdb0b

#efdb0b

Complementary Color

#efdb0b #0b1fef

#efdb0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb0b Color CSS Codes

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

#efdb0b Text Font Color

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

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


#efdb0b Background Color

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

This div background color is #efdb0b


#efdb0b Border Color

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

This div border color is #efdb0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb0b


Comments

No comments written yet.

Please login to write comment.