Color Hex Logo

#efe79d Color Hex

#EFE79D
(239,231,157)
0 Favorites   0 Comments

Color spaces of #efe79d

RGB 239231157
HSL0.150.720.78
HSV54°34°94°
CMYK 0.000.030.34   0.06
XYZ70.258377.936943.2386
Yxy77.93690.36700.4071
Hunter Lab88.2819-12.435732.7583
CIE-Lab90.7511-8.046037.0480

#efe79d color RGB value is (239,231,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100111 10011101
Octal 357 347 235
Decimal 239 231 157
Hex EF E7 9D

RGB Percentages of Color #efe79d

%38.12
%36.84
%25.04

CMYK Percentages of Color #efe79d

%0
%3
%34
%6

Triadic Colors of #efe79d

#efe79d #9defe7 #e79def

Analogous Colors of #efe79d

#efe79d #ceef9d #efbe9d

Monochromatic Colors of #efe79d

#efe79d

Complementary Color

#efe79d #9da5ef

#efe79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe79d Color CSS Codes

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

#efe79d Text Font Color

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

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


#efe79d Background Color

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

This div background color is #efe79d


#efe79d Border Color

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

This div border color is #efe79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe79d


Comments

No comments written yet.

Please login to write comment.