Color Hex Logo

#efed9e Color Hex

#EFED9E
(239,237,158)
0 Favorites   0 Comments

Color spaces of #efed9e

RGB 239237158
HSL0.160.720.78
HSV59°34°94°
CMYK 0.000.010.34   0.06
XYZ72.052381.387744.2596
Yxy81.38770.36450.4117
Hunter Lab90.2151-15.313534.0629
CIE-Lab92.3039-10.923638.5772

#efed9e color RGB value is (239,237,158).

#efed9e hex color red value is 239, green value is 237 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #efed9e hue: 0.16 , saturation: 0.72 and the lightness value of efed9e is 0.78.

The process color (four color CMYK) of #efed9e color hex is 0.00, 0.01, 0.34, 0.06. Web safe color of #efed9e is #ffff99. Color #efed9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101101 10011110
Octal 357 355 236
Decimal 239 237 158
Hex EF ED 9E

RGB Percentages of Color #efed9e

%37.70
%37.38
%24.92

CMYK Percentages of Color #efed9e

%0
%1
%34
%6

Triadic Colors of #efed9e

#efed9e #9eefed #ed9eef

Analogous Colors of #efed9e

#efed9e #c9ef9e #efc59e

Monochromatic Colors of #efed9e

#efed9e

Complementary Color

#efed9e #9ea0ef

#efed9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efed9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efed9e Color CSS Codes

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

#efed9e Text Font Color

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

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


#efed9e Background Color

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

This div background color is #efed9e


#efed9e Border Color

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

This div border color is #efed9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efed9e


Comments

No comments written yet.

Please login to write comment.