Color Hex Logo

#efe54a Color Hex

#EFE54A
(239,229,74)
0 Favorites   0 Comments

Color spaces of #efe54a

RGB 23922974
HSL0.160.840.61
HSV56°69°94°
CMYK 0.000.040.69   0.06
XYZ64.851974.883817.5145
Yxy74.88380.41240.4762
Hunter Lab86.5354-17.664548.5747
CIE-Lab89.3385-13.864372.8481

#efe54a color RGB value is (239,229,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100101 01001010
Octal 357 345 112
Decimal 239 229 74
Hex EF E5 4A

RGB Percentages of Color #efe54a

%44.10
%42.25
%13.65

CMYK Percentages of Color #efe54a

%0
%4
%69
%6

Triadic Colors of #efe54a

#efe54a #4aefe5 #e54aef

Analogous Colors of #efe54a

#efe54a #a7ef4a #ef934a

Monochromatic Colors of #efe54a

#efe54a

Complementary Color

#efe54a #4a54ef

#efe54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe54a Color CSS Codes

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

#efe54a Text Font Color

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

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


#efe54a Background Color

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

This div background color is #efe54a


#efe54a Border Color

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

This div border color is #efe54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe54a


Comments

No comments written yet.

Please login to write comment.