Color Hex Logo

#efe24a Color Hex

#EFE24A
(239,226,74)
0 Favorites   0 Comments

Color spaces of #efe24a

RGB 23922674
HSL0.150.840.61
HSV55°69°94°
CMYK 0.000.050.69   0.06
XYZ64.029073.237817.2402
Yxy73.23780.41440.4740
Hunter Lab85.5791-16.212447.9612
CIE-Lab88.5610-12.382672.0784

#efe24a color RGB value is (239,226,74).

#efe24a hex color red value is 239, green value is 226 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #efe24a hue: 0.15 , saturation: 0.84 and the lightness value of efe24a is 0.61.

The process color (four color CMYK) of #efe24a color hex is 0.00, 0.05, 0.69, 0.06. Web safe color of #efe24a is #ffcc33. Color #efe24a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 01001010
Octal 357 342 112
Decimal 239 226 74
Hex EF E2 4A

RGB Percentages of Color #efe24a

%44.34
%41.93
%13.73

CMYK Percentages of Color #efe24a

%0
%5
%69
%6

Triadic Colors of #efe24a

#efe24a #4aefe2 #e24aef

Analogous Colors of #efe24a

#efe24a #aaef4a #ef904a

Monochromatic Colors of #efe24a

#efe24a

Complementary Color

#efe24a #4a57ef

#efe24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe24a Color CSS Codes

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

#efe24a Text Font Color

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

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


#efe24a Background Color

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

This div background color is #efe24a


#efe24a Border Color

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

This div border color is #efe24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe24a


Comments

No comments written yet.

Please login to write comment.