Color Hex Logo

#efef7e Color Hex

#EFEF7E
(239,239,126)
0 Favorites   0 Comments

Color spaces of #efef7e

RGB 239239126
HSL0.170.780.72
HSV60°47°94°
CMYK 0.000.000.47   0.06
XYZ70.229081.590131.7857
Yxy81.59010.38250.4444
Hunter Lab90.3272-19.289842.3652
CIE-Lab92.3936-15.188754.2112

#efef7e color RGB value is (239,239,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101111 01111110
Octal 357 357 176
Decimal 239 239 126
Hex EF EF 7E

RGB Percentages of Color #efef7e

%39.57
%39.57
%20.86

CMYK Percentages of Color #efef7e

%0
%0
%47
%6

Triadic Colors of #efef7e

#efef7e #7eefef #ef7eef

Analogous Colors of #efef7e

#efef7e #b7ef7e #efb77e

Monochromatic Colors of #efef7e

#efef7e

Complementary Color

#efef7e #7e7eef

#efef7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efef7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efef7e Color CSS Codes

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

#efef7e Text Font Color

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

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


#efef7e Background Color

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

This div background color is #efef7e


#efef7e Border Color

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

This div border color is #efef7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efef7e


Comments

No comments written yet.

Please login to write comment.