Color Hex Logo

#efd660 Color Hex

#EFD660
(239,214,96)
0 Favorites   0 Comments

Color spaces of #efd660

RGB 23921496
HSL0.140.820.66
HSV50°60°94°
CMYK 0.000.100.60   0.06
XYZ61.754567.288420.7995
Yxy67.28840.41210.4491
Hunter Lab82.0295-9.171042.3870
CIE-Lab85.6494-5.085260.0730

#efd660 color RGB value is (239,214,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 01100000
Octal 357 326 140
Decimal 239 214 96
Hex EF D6 60

RGB Percentages of Color #efd660

%43.53
%38.98
%17.49

CMYK Percentages of Color #efd660

%0
%10
%60
%6

Triadic Colors of #efd660

#efd660 #60efd6 #d660ef

Analogous Colors of #efd660

#efd660 #c1ef60 #ef8f60

Monochromatic Colors of #efd660

#efd660

Complementary Color

#efd660 #6079ef

#efd660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd660 Color CSS Codes

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

#efd660 Text Font Color

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

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


#efd660 Background Color

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

This div background color is #efd660


#efd660 Border Color

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

This div border color is #efd660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd660


Comments

No comments written yet.

Please login to write comment.