Color Hex Logo

#efd463 Color Hex

#EFD463
(239,212,99)
0 Favorites   0 Comments

Color spaces of #efd463

RGB 23921299
HSL0.130.810.66
HSV48°59°94°
CMYK 0.000.110.59   0.06
XYZ61.392266.338521.3733
Yxy66.33850.41170.4449
Hunter Lab81.4484-7.989541.4553
CIE-Lab85.1688-3.862258.1948

#efd463 color RGB value is (239,212,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 01100011
Octal 357 324 143
Decimal 239 212 99
Hex EF D4 63

RGB Percentages of Color #efd463

%43.45
%38.55
%18.00

CMYK Percentages of Color #efd463

%0
%11
%59
%6

Triadic Colors of #efd463

#efd463 #63efd4 #d463ef

Analogous Colors of #efd463

#efd463 #c4ef63 #ef8e63

Monochromatic Colors of #efd463

#efd463

Complementary Color

#efd463 #637eef

#efd463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd463 Color CSS Codes

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

#efd463 Text Font Color

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

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


#efd463 Background Color

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

This div background color is #efd463


#efd463 Border Color

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

This div border color is #efd463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd463


Comments

No comments written yet.

Please login to write comment.