Color Hex Logo

#efd460 Color Hex

#EFD460
(239,212,96)
0 Favorites   0 Comments

Color spaces of #efd460

RGB 23921296
HSL0.140.820.66
HSV49°60°94°
CMYK 0.000.110.60   0.06
XYZ61.251466.282220.6318
Yxy66.28220.41340.4474
Hunter Lab81.4139-8.180541.9645
CIE-Lab85.1402-4.069559.5054

#efd460 color RGB value is (239,212,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 01100000
Octal 357 324 140
Decimal 239 212 96
Hex EF D4 60

RGB Percentages of Color #efd460

%43.69
%38.76
%17.55

CMYK Percentages of Color #efd460

%0
%11
%60
%6

Triadic Colors of #efd460

#efd460 #60efd4 #d460ef

Analogous Colors of #efd460

#efd460 #c3ef60 #ef8d60

Monochromatic Colors of #efd460

#efd460

Complementary Color

#efd460 #607bef

#efd460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd460 Color CSS Codes

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

#efd460 Text Font Color

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

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


#efd460 Background Color

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

This div background color is #efd460


#efd460 Border Color

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

This div border color is #efd460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd460


Comments

No comments written yet.

Please login to write comment.