Color Hex Logo

#efe05e Color Hex

#EFE05E
(239,224,94)
0 Favorites   0 Comments

Color spaces of #efe05e

RGB 23922494
HSL0.150.820.65
HSV54°61°94°
CMYK 0.000.060.61   0.06
XYZ64.272672.470221.1903
Yxy72.47020.40700.4589
Hunter Lab85.1294-14.209344.8322
CIE-Lab88.1944-10.247363.7441

#efe05e color RGB value is (239,224,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 01011110
Octal 357 340 136
Decimal 239 224 94
Hex EF E0 5E

RGB Percentages of Color #efe05e

%42.91
%40.22
%16.88

CMYK Percentages of Color #efe05e

%0
%6
%61
%6

Triadic Colors of #efe05e

#efe05e #5eefe0 #e05eef

Analogous Colors of #efe05e

#efe05e #b6ef5e #ef985e

Monochromatic Colors of #efe05e

#efe05e

Complementary Color

#efe05e #5e6def

#efe05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe05e Color CSS Codes

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

#efe05e Text Font Color

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

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


#efe05e Background Color

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

This div background color is #efe05e


#efe05e Border Color

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

This div border color is #efe05e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,224,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 #efe05e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe05e


Comments

No comments written yet.

Please login to write comment.