Color Hex Logo

#efd12e Color Hex

#EFD12E
(239,209,46)
0 Favorites   0 Comments

Color spaces of #efd12e

RGB 23920946
HSL0.140.860.56
HSV51°81°94°
CMYK 0.000.130.81   0.06
XYZ58.890264.148911.8629
Yxy64.14890.43650.4755
Hunter Lab80.0930-8.916647.2834
CIE-Lab84.0432-4.963876.9656

#efd12e color RGB value is (239,209,46).

#efd12e hex color red value is 239, green value is 209 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #efd12e hue: 0.14 , saturation: 0.86 and the lightness value of efd12e is 0.56.

The process color (four color CMYK) of #efd12e color hex is 0.00, 0.13, 0.81, 0.06. Web safe color of #efd12e is #ffcc33. Color #efd12e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010001 00101110
Octal 357 321 56
Decimal 239 209 46
Hex EF D1 2E

RGB Percentages of Color #efd12e

%48.38
%42.31
%9.31

CMYK Percentages of Color #efd12e

%0
%13
%81
%6

Triadic Colors of #efd12e

#efd12e #2eefd1 #d12eef

Analogous Colors of #efd12e

#efd12e #adef2e #ef712e

Monochromatic Colors of #efd12e

#efd12e

Complementary Color

#efd12e #2e4cef

#efd12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd12e Color CSS Codes

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

#efd12e Text Font Color

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

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


#efd12e Background Color

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

This div background color is #efd12e


#efd12e Border Color

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

This div border color is #efd12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd12e


Comments

No comments written yet.

Please login to write comment.