Color Hex Logo

#efdb4b Color Hex

#EFDB4B
(239,219,75)
0 Favorites   0 Comments

Color spaces of #efdb4b

RGB 23921975
HSL0.150.840.62
HSV53°69°94°
CMYK 0.000.080.69   0.06
XYZ62.198169.521816.7975
Yxy69.52180.41880.4681
Hunter Lab83.3797-12.760346.4214
CIE-Lab86.7618-8.845669.9105

#efdb4b color RGB value is (239,219,75).

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

The process color (four color CMYK) of #efdb4b color hex is 0.00, 0.08, 0.69, 0.06. Web safe color of #efdb4b is #ffcc33. Color #efdb4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 01001011
Octal 357 333 113
Decimal 239 219 75
Hex EF DB 4B

RGB Percentages of Color #efdb4b

%44.84
%41.09
%14.07

CMYK Percentages of Color #efdb4b

%0
%8
%69
%6

Triadic Colors of #efdb4b

#efdb4b #4befdb #db4bef

Analogous Colors of #efdb4b

#efdb4b #b1ef4b #ef894b

Monochromatic Colors of #efdb4b

#efdb4b

Complementary Color

#efdb4b #4b5fef

#efdb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb4b Color CSS Codes

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

#efdb4b Text Font Color

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

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


#efdb4b Background Color

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

This div background color is #efdb4b


#efdb4b Border Color

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

This div border color is #efdb4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb4b


Comments

No comments written yet.

Please login to write comment.