Color Hex Logo

#eff26b Color Hex

#EFF26B
(239,242,107)
0 Favorites   0 Comments

Color spaces of #eff26b

RGB 239242107
HSL0.170.840.68
HSV61°56°95°
CMYK 0.010.000.56   0.05
XYZ70.002682.916526.2249
Yxy82.91650.39080.4628
Hunter Lab91.0585-22.127846.6654
CIE-Lab92.9779-18.193263.4563

#eff26b color RGB value is (239,242,107).

#eff26b hex color red value is 239, green value is 242 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #eff26b hue: 0.17 , saturation: 0.84 and the lightness value of eff26b is 0.68.

The process color (four color CMYK) of #eff26b color hex is 0.01, 0.00, 0.56, 0.05. Web safe color of #eff26b is #ffff66. Color #eff26b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110010 01101011
Octal 357 362 153
Decimal 239 242 107
Hex EF F2 6B

RGB Percentages of Color #eff26b

%40.65
%41.16
%18.20

CMYK Percentages of Color #eff26b

%1
%0
%56
%5

Triadic Colors of #eff26b

#eff26b #6beff2 #f26bef

Analogous Colors of #eff26b

#eff26b #acf26b #f2b26b

Monochromatic Colors of #eff26b

#eff26b

Complementary Color

#eff26b #6e6bf2

#eff26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff26b Color CSS Codes

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

#eff26b Text Font Color

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

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


#eff26b Background Color

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

This div background color is #eff26b


#eff26b Border Color

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

This div border color is #eff26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff26b


Comments

No comments written yet.

Please login to write comment.