Color Hex Logo

#efd664 Color Hex

#EFD664
(239,214,100)
0 Favorites   0 Comments

Color spaces of #efd664

RGB 239214100
HSL0.140.810.66
HSV49°58°94°
CMYK 0.000.100.58   0.06
XYZ61.943467.364021.7944
Yxy67.36400.40990.4458
Hunter Lab82.0756-8.916241.7090
CIE-Lab85.6874-4.808158.3306

#efd664 color RGB value is (239,214,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 01100100
Octal 357 326 144
Decimal 239 214 100
Hex EF D6 64

RGB Percentages of Color #efd664

%43.22
%38.70
%18.08

CMYK Percentages of Color #efd664

%0
%10
%58
%6

Triadic Colors of #efd664

#efd664 #64efd6 #d664ef

Analogous Colors of #efd664

#efd664 #c3ef64 #ef9164

Monochromatic Colors of #efd664

#efd664

Complementary Color

#efd664 #647def

#efd664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd664 Color CSS Codes

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

#efd664 Text Font Color

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

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


#efd664 Background Color

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

This div background color is #efd664


#efd664 Border Color

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

This div border color is #efd664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd664


Comments

No comments written yet.

Please login to write comment.