Color Hex Logo

#effe1b Color Hex

#EFFE1B
(239,254,27)
0 Favorites   0 Comments

Color spaces of #effe1b

RGB 23925427
HSL0.180.990.55
HSV64°89°100°
CMYK 0.060.000.89   0.00
XYZ71.236289.313514.5216
Yxy89.31350.40690.5102
Hunter Lab94.5058-30.836257.0437
CIE-Lab95.7113-27.338290.4220

#effe1b color RGB value is (239,254,27).

#effe1b hex color red value is 239, green value is 254 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #effe1b hue: 0.18 , saturation: 0.99 and the lightness value of effe1b is 0.55.

The process color (four color CMYK) of #effe1b color hex is 0.06, 0.00, 0.89, 0.00. Web safe color of #effe1b is #ffff33. Color #effe1b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 00011011
Octal 357 376 33
Decimal 239 254 27
Hex EF FE 1B

RGB Percentages of Color #effe1b

%45.96
%48.85
%5.19

CMYK Percentages of Color #effe1b

%6
%0
%89
%0

Triadic Colors of #effe1b

#effe1b #1beffe #fe1bef

Analogous Colors of #effe1b

#effe1b #7efe1b #fe9c1b

Monochromatic Colors of #effe1b

#effe1b

Complementary Color

#effe1b #2a1bfe

#effe1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effe1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#effe1b Color CSS Codes

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

#effe1b Text Font Color

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

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


#effe1b Background Color

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

This div background color is #effe1b


#effe1b Border Color

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

This div border color is #effe1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effe1b

Related Colors


Comments

No comments written yet.

Please login to write comment.