Color Hex Logo

#efe35e Color Hex

#EFE35E
(239,227,94)
0 Favorites   0 Comments

Color spaces of #efe35e

RGB 23922794
HSL0.150.820.65
HSV55°61°94°
CMYK 0.000.050.61   0.06
XYZ65.086174.097021.4614
Yxy74.09700.40520.4612
Hunter Lab86.0796-15.672845.4735
CIE-Lab88.9683-11.739264.5862

#efe35e color RGB value is (239,227,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100011 01011110
Octal 357 343 136
Decimal 239 227 94
Hex EF E3 5E

RGB Percentages of Color #efe35e

%42.68
%40.54
%16.79

CMYK Percentages of Color #efe35e

%0
%5
%61
%6

Triadic Colors of #efe35e

#efe35e #5eefe3 #e35eef

Analogous Colors of #efe35e

#efe35e #b3ef5e #ef9b5e

Monochromatic Colors of #efe35e

#efe35e

Complementary Color

#efe35e #5e6aef

#efe35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe35e Color CSS Codes

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

#efe35e Text Font Color

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

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


#efe35e Background Color

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

This div background color is #efe35e


#efe35e Border Color

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

This div border color is #efe35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe35e


Comments

No comments written yet.

Please login to write comment.