Color Hex Logo

#efd32e Color Hex

#EFD32E
(239,211,46)
1 Favorites   0 Comments

Color spaces of #efd32e

RGB 23921146
HSL0.140.860.56
HSV51°81°94°
CMYK 0.000.120.81   0.06
XYZ59.384065.136512.0275
Yxy65.13650.43490.4770
Hunter Lab80.7072-9.898047.6593
CIE-Lab84.5540-5.977477.4065

#efd32e color RGB value is (239,211,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 00101110
Octal 357 323 56
Decimal 239 211 46
Hex EF D3 2E

RGB Percentages of Color #efd32e

%48.19
%42.54
%9.27

CMYK Percentages of Color #efd32e

%0
%12
%81
%6

Triadic Colors of #efd32e

#efd32e #2eefd3 #d32eef

Analogous Colors of #efd32e

#efd32e #abef2e #ef732e

Monochromatic Colors of #efd32e

#efd32e

Complementary Color

#efd32e #2e4aef

#efd32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd32e Color CSS Codes

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

#efd32e Text Font Color

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

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


#efd32e Background Color

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

This div background color is #efd32e


#efd32e Border Color

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

This div border color is #efd32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd32e

#efd32e Color Palettes


Comments

No comments written yet.

Please login to write comment.