Color Hex Logo

#efe53a Color Hex

#EFE53A
(239,229,58)
0 Favorites   0 Comments

Color spaces of #efe53a

RGB 23922958
HSL0.160.850.58
HSV57°76°94°
CMYK 0.000.040.76   0.06
XYZ64.379674.694815.0274
Yxy74.69480.41780.4847
Hunter Lab86.4262-18.279650.1892
CIE-Lab89.2498-14.553178.1087

#efe53a color RGB value is (239,229,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100101 00111010
Octal 357 345 72
Decimal 239 229 58
Hex EF E5 3A

RGB Percentages of Color #efe53a

%45.44
%43.54
%11.03

CMYK Percentages of Color #efe53a

%0
%4
%76
%6

Triadic Colors of #efe53a

#efe53a #3aefe5 #e53aef

Analogous Colors of #efe53a

#efe53a #9fef3a #ef8b3a

Monochromatic Colors of #efe53a

#efe53a

Complementary Color

#efe53a #3a44ef

#efe53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe53a Color CSS Codes

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

#efe53a Text Font Color

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

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


#efe53a Background Color

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

This div background color is #efe53a


#efe53a Border Color

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

This div border color is #efe53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe53a


Comments

No comments written yet.

Please login to write comment.