Color Hex Logo

#efe25e Color Hex

#EFE25E
(239,226,94)
0 Favorites   0 Comments

Color spaces of #efe25e

RGB 23922694
HSL0.150.820.65
HSV55°61°94°
CMYK 0.000.050.61   0.06
XYZ64.813373.551621.3705
Yxy73.55160.40580.4605
Hunter Lab85.7622-15.185745.2595
CIE-Lab88.7101-11.243064.3056

#efe25e color RGB value is (239,226,94).

#efe25e hex color red value is 239, green value is 226 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #efe25e hue: 0.15 , saturation: 0.82 and the lightness value of efe25e is 0.65.

The process color (four color CMYK) of #efe25e color hex is 0.00, 0.05, 0.61, 0.06. Web safe color of #efe25e is #ffcc66. Color #efe25e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 01011110
Octal 357 342 136
Decimal 239 226 94
Hex EF E2 5E

RGB Percentages of Color #efe25e

%42.75
%40.43
%16.82

CMYK Percentages of Color #efe25e

%0
%5
%61
%6

Triadic Colors of #efe25e

#efe25e #5eefe2 #e25eef

Analogous Colors of #efe25e

#efe25e #b4ef5e #ef9a5e

Monochromatic Colors of #efe25e

#efe25e

Complementary Color

#efe25e #5e6bef

#efe25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe25e Color CSS Codes

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

#efe25e Text Font Color

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

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


#efe25e Background Color

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

This div background color is #efe25e


#efe25e Border Color

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

This div border color is #efe25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe25e


Comments

No comments written yet.

Please login to write comment.