Color Hex Logo

#efdb60 Color Hex

#EFDB60
(239,219,96)
0 Favorites   0 Comments

Color spaces of #efdb60

RGB 23921996
HSL0.140.820.66
HSV52°60°94°
CMYK 0.000.080.60   0.06
XYZ63.039469.858321.2278
Yxy69.85830.40900.4533
Hunter Lab83.5813-11.637443.4485
CIE-Lab86.9273-7.610761.4911

#efdb60 color RGB value is (239,219,96).

#efdb60 hex color red value is 239, green value is 219 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #efdb60 hue: 0.14 , saturation: 0.82 and the lightness value of efdb60 is 0.66.

The process color (four color CMYK) of #efdb60 color hex is 0.00, 0.08, 0.60, 0.06. Web safe color of #efdb60 is #ffcc66. Color #efdb60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 01100000
Octal 357 333 140
Decimal 239 219 96
Hex EF DB 60

RGB Percentages of Color #efdb60

%43.14
%39.53
%17.33

CMYK Percentages of Color #efdb60

%0
%8
%60
%6

Triadic Colors of #efdb60

#efdb60 #60efdb #db60ef

Analogous Colors of #efdb60

#efdb60 #bcef60 #ef9460

Monochromatic Colors of #efdb60

#efdb60

Complementary Color

#efdb60 #6074ef

#efdb60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb60 Color CSS Codes

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

#efdb60 Text Font Color

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

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


#efdb60 Background Color

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

This div background color is #efdb60


#efdb60 Border Color

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

This div border color is #efdb60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb60


Comments

No comments written yet.

Please login to write comment.