Color Hex Logo

#efdd60 Color Hex

#EFDD60
(239,221,96)
0 Favorites   0 Comments

Color spaces of #efdd60

RGB 23922196
HSL0.150.820.66
HSV52°60°94°
CMYK 0.000.080.60   0.06
XYZ63.564470.908221.4028
Yxy70.90820.40780.4549
Hunter Lab84.2070-12.620043.8752
CIE-Lab87.4404-8.615162.0579

#efdd60 color RGB value is (239,221,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 01100000
Octal 357 335 140
Decimal 239 221 96
Hex EF DD 60

RGB Percentages of Color #efdd60

%42.99
%39.75
%17.27

CMYK Percentages of Color #efdd60

%0
%8
%60
%6

Triadic Colors of #efdd60

#efdd60 #60efdd #dd60ef

Analogous Colors of #efdd60

#efdd60 #baef60 #ef9660

Monochromatic Colors of #efdd60

#efdd60

Complementary Color

#efdd60 #6072ef

#efdd60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdd60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdd60 Color CSS Codes

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

#efdd60 Text Font Color

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

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


#efdd60 Background Color

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

This div background color is #efdd60


#efdd60 Border Color

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

This div border color is #efdd60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdd60


Comments

No comments written yet.

Please login to write comment.