Color Hex Logo

#efe40a Color Hex

#EFE40A
(239,228,10)
0 Favorites   0 Comments

Color spaces of #efe40a

RGB 23922810
HSL0.160.920.49
HSV57°96°94°
CMYK 0.000.050.96   0.06
XYZ63.394873.859411.2022
Yxy73.85940.42700.4975
Hunter Lab85.9415-18.727052.4308
CIE-Lab88.8560-15.106087.0708

#efe40a color RGB value is (239,228,10).

#efe40a hex color red value is 239, green value is 228 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #efe40a hue: 0.16 , saturation: 0.92 and the lightness value of efe40a is 0.49.

The process color (four color CMYK) of #efe40a color hex is 0.00, 0.05, 0.96, 0.06. Web safe color of #efe40a is #ffcc00. Color #efe40a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100100 00001010
Octal 357 344 12
Decimal 239 228 10
Hex EF E4 A

RGB Percentages of Color #efe40a

%50.10
%47.80
%2.10

CMYK Percentages of Color #efe40a

%0
%5
%96
%6

Triadic Colors of #efe40a

#efe40a #0aefe4 #e40aef

Analogous Colors of #efe40a

#efe40a #88ef0a #ef720a

Monochromatic Colors of #efe40a

#efe40a

Complementary Color

#efe40a #0a15ef

#efe40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe40a Color CSS Codes

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

#efe40a Text Font Color

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

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


#efe40a Background Color

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

This div background color is #efe40a


#efe40a Border Color

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

This div border color is #efe40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe40a


Comments

No comments written yet.

Please login to write comment.