Color Hex Logo

#efd614 Color Hex

#EFD614
(239,214,20)
0 Favorites   0 Comments

Color spaces of #efd614

RGB 23921420
HSL0.150.870.51
HSV53°92°94°
CMYK 0.000.100.92   0.06
XYZ59.769466.494410.3463
Yxy66.49440.43750.4867
Hunter Lab81.5441-11.867049.5582
CIE-Lab85.2480-8.045983.3003

#efd614 color RGB value is (239,214,20).

#efd614 hex color red value is 239, green value is 214 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #efd614 hue: 0.15 , saturation: 0.87 and the lightness value of efd614 is 0.51.

The process color (four color CMYK) of #efd614 color hex is 0.00, 0.10, 0.92, 0.06. Web safe color of #efd614 is #ffcc00. Color #efd614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 00010100
Octal 357 326 24
Decimal 239 214 20
Hex EF D6 14

RGB Percentages of Color #efd614

%50.53
%45.24
%4.23

CMYK Percentages of Color #efd614

%0
%10
%92
%6

Triadic Colors of #efd614

#efd614 #14efd6 #d614ef

Analogous Colors of #efd614

#efd614 #9bef14 #ef6914

Monochromatic Colors of #efd614

#efd614

Complementary Color

#efd614 #142def

#efd614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd614 Color CSS Codes

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

#efd614 Text Font Color

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

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


#efd614 Background Color

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

This div background color is #efd614


#efd614 Border Color

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

This div border color is #efd614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd614


Comments

No comments written yet.

Please login to write comment.