Color Hex Logo

#efd78a Color Hex

#EFD78A
(239,215,138)
0 Favorites   0 Comments

Color spaces of #efd78a

RGB 239215138
HSL0.130.760.74
HSV46°42°94°
CMYK 0.000.100.42   0.06
XYZ64.484568.786633.9232
Yxy68.78660.38570.4114
Hunter Lab82.9377-6.356233.8056
CIE-Lab86.3983-2.023540.9646

#efd78a color RGB value is (239,215,138).

#efd78a hex color red value is 239, green value is 215 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #efd78a hue: 0.13 , saturation: 0.76 and the lightness value of efd78a is 0.74.

The process color (four color CMYK) of #efd78a color hex is 0.00, 0.10, 0.42, 0.06. Web safe color of #efd78a is #ffcc99. Color #efd78a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010111 10001010
Octal 357 327 212
Decimal 239 215 138
Hex EF D7 8A

RGB Percentages of Color #efd78a

%40.37
%36.32
%23.31

CMYK Percentages of Color #efd78a

%0
%10
%42
%6

Triadic Colors of #efd78a

#efd78a #8aefd7 #d78aef

Analogous Colors of #efd78a

#efd78a #d5ef8a #efa58a

Monochromatic Colors of #efd78a

#efd78a

Complementary Color

#efd78a #8aa2ef

#efd78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd78a Color CSS Codes

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

#efd78a Text Font Color

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

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


#efd78a Background Color

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

This div background color is #efd78a


#efd78a Border Color

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

This div border color is #efd78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd78a


Comments

No comments written yet.

Please login to write comment.