Color Hex Logo

#efe96a Color Hex

#EFE96A
(239,233,106)
0 Favorites   0 Comments

Color spaces of #efe96a

RGB 239233106
HSL0.160.810.68
HSV57°56°94°
CMYK 0.000.030.56   0.06
XYZ67.337077.669225.0783
Yxy77.66920.39590.4567
Hunter Lab88.1301-17.842444.8195
CIE-Lab90.6287-13.873361.2467

#efe96a color RGB value is (239,233,106).

#efe96a hex color red value is 239, green value is 233 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #efe96a hue: 0.16 , saturation: 0.81 and the lightness value of efe96a is 0.68.

The process color (four color CMYK) of #efe96a color hex is 0.00, 0.03, 0.56, 0.06. Web safe color of #efe96a is #ffff66. Color #efe96a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101001 01101010
Octal 357 351 152
Decimal 239 233 106
Hex EF E9 6A

RGB Percentages of Color #efe96a

%41.35
%40.31
%18.34

CMYK Percentages of Color #efe96a

%0
%3
%56
%6

Triadic Colors of #efe96a

#efe96a #6aefe9 #e96aef

Analogous Colors of #efe96a

#efe96a #b3ef6a #efa76a

Monochromatic Colors of #efe96a

#efe96a

Complementary Color

#efe96a #6a70ef

#efe96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe96a Color CSS Codes

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

#efe96a Text Font Color

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

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


#efe96a Background Color

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

This div background color is #efe96a


#efe96a Border Color

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

This div border color is #efe96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe96a


Comments

No comments written yet.

Please login to write comment.