Color Hex Logo

#efd564 Color Hex

#EFD564
(239,213,100)
0 Favorites   0 Comments

Color spaces of #efd564

RGB 239213100
HSL0.140.810.66
HSV49°58°94°
CMYK 0.000.110.58   0.06
XYZ61.691166.859321.7103
Yxy66.85930.41060.4450
Hunter Lab81.7675-8.420441.4950
CIE-Lab85.4328-4.300158.0423

#efd564 color RGB value is (239,213,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010101 01100100
Octal 357 325 144
Decimal 239 213 100
Hex EF D5 64

RGB Percentages of Color #efd564

%43.30
%38.59
%18.12

CMYK Percentages of Color #efd564

%0
%11
%58
%6

Triadic Colors of #efd564

#efd564 #64efd5 #d564ef

Analogous Colors of #efd564

#efd564 #c4ef64 #ef9064

Monochromatic Colors of #efd564

#efd564

Complementary Color

#efd564 #647eef

#efd564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd564 Color CSS Codes

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

#efd564 Text Font Color

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

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


#efd564 Background Color

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

This div background color is #efd564


#efd564 Border Color

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

This div border color is #efd564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd564


Comments

No comments written yet.

Please login to write comment.