color codes Logo

#efdb4c color codes

#EFDB4C
(239,219,76)
0 Favorites   0 Comments

Color spaces of #efdb4c

RGB 23921976
HSL0.150.840.62
HSV53°68°94°
CMYK 0.000.080.68   0.06
XYZ62.232669.535616.9792
Yxy69.53560.41840.4675
Hunter Lab83.3880-12.714246.2992
CIE-Lab86.7686-8.794769.5368

#efdb4c color RGB value is (239,219,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 01001100
Octal 357 333 114
Decimal 239 219 76
Hex EF DB 4C

RGB Percentages of Color #efdb4c

%44.76
%41.01
%14.23

CMYK Percentages of Color #efdb4c

%0
%8
%68
%6

Triadic Colors of #efdb4c

#efdb4c #4cefdb #db4cef

Analogous Colors of #efdb4c

#efdb4c #b2ef4c #ef8a4c

Monochromatic Colors of #efdb4c

#efdb4c

Complementary Color

#efdb4c #4c60ef

#efdb4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb4c Color CSS Codes

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

#efdb4c Text Font Color

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

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


#efdb4c Background Color

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

This div background color is #efdb4c


#efdb4c Border Color

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

This div border color is #efdb4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb4c


Comments

No comments written yet.

Please login to write comment.