Color Hex Logo

#effb40 Color Hex

#EFFB40
(239,251,64)
0 Favorites   0 Comments

Color spaces of #effb40

RGB 23925164
HSL0.180.960.62
HSV64°75°98°
CMYK 0.050.000.75   0.02
XYZ71.019287.715218.0381
Yxy87.71520.40180.4962
Hunter Lab93.6564-28.543054.1403
CIE-Lab95.0409-24.910281.6065

#effb40 color RGB value is (239,251,64).

#effb40 hex color red value is 239, green value is 251 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #effb40 hue: 0.18 , saturation: 0.96 and the lightness value of effb40 is 0.62.

The process color (four color CMYK) of #effb40 color hex is 0.05, 0.00, 0.75, 0.02. Web safe color of #effb40 is #ffff33. Color #effb40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 01000000
Octal 357 373 100
Decimal 239 251 64
Hex EF FB 40

RGB Percentages of Color #effb40

%43.14
%45.31
%11.55

CMYK Percentages of Color #effb40

%5
%0
%75
%2

Triadic Colors of #effb40

#effb40 #40effb #fb40ef

Analogous Colors of #effb40

#effb40 #92fb40 #fbaa40

Monochromatic Colors of #effb40

#effb40

Complementary Color

#effb40 #4c40fb

#effb40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effb40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effb40 Color CSS Codes

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

#effb40 Text Font Color

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

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


#effb40 Background Color

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

This div background color is #effb40


#effb40 Border Color

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

This div border color is #effb40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effb40

Related Colors


Comments

No comments written yet.

Please login to write comment.