Color Hex Logo

#efd97a Color Hex

#EFD97A
(239,217,122)
0 Favorites   0 Comments

Color spaces of #efd97a

RGB 239217122
HSL0.140.790.71
HSV49°49°94°
CMYK 0.000.090.49   0.06
XYZ63.922369.381628.4353
Yxy69.38160.39520.4290
Hunter Lab83.2956-8.783838.0666
CIE-Lab86.6927-4.573049.2176

#efd97a color RGB value is (239,217,122).

#efd97a hex color red value is 239, green value is 217 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #efd97a hue: 0.14 , saturation: 0.79 and the lightness value of efd97a is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011001 01111010
Octal 357 331 172
Decimal 239 217 122
Hex EF D9 7A

RGB Percentages of Color #efd97a

%41.35
%37.54
%21.11

CMYK Percentages of Color #efd97a

%0
%9
%49
%6

Triadic Colors of #efd97a

#efd97a #7aefd9 #d97aef

Analogous Colors of #efd97a

#efd97a #cbef7a #ef9f7a

Monochromatic Colors of #efd97a

#efd97a

Complementary Color

#efd97a #7a90ef

#efd97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd97a Color CSS Codes

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

#efd97a Text Font Color

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

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


#efd97a Background Color

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

This div background color is #efd97a


#efd97a Border Color

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

This div border color is #efd97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd97a


Comments

No comments written yet.

Please login to write comment.