Color Hex Logo

#effe7c Color Hex

#EFFE7C
(239,254,124)
0 Favorites   0 Comments

Color spaces of #effe7c

RGB 239254124
HSL0.190.980.74
HSV67°51°100°
CMYK 0.060.000.51   0.00
XYZ74.676590.689632.6378
Yxy90.68960.37710.4580
Hunter Lab95.2311-26.681746.3418
CIE-Lab96.2821-22.601959.7403

#effe7c color RGB value is (239,254,124).

#effe7c hex color red value is 239, green value is 254 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #effe7c hue: 0.19 , saturation: 0.98 and the lightness value of effe7c is 0.74.

The process color (four color CMYK) of #effe7c color hex is 0.06, 0.00, 0.51, 0.00. Web safe color of #effe7c is #ffff66. Color #effe7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 01111100
Octal 357 376 174
Decimal 239 254 124
Hex EF FE 7C

RGB Percentages of Color #effe7c

%38.74
%41.17
%20.10

CMYK Percentages of Color #effe7c

%6
%0
%51
%0

Triadic Colors of #effe7c

#effe7c #7ceffe #fe7cef

Analogous Colors of #effe7c

#effe7c #aefe7c #fecc7c

Monochromatic Colors of #effe7c

#effe7c

Complementary Color

#effe7c #8b7cfe

#effe7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effe7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#effe7c Color CSS Codes

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

#effe7c Text Font Color

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

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


#effe7c Background Color

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

This div background color is #effe7c


#effe7c Border Color

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

This div border color is #effe7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effe7c


Comments

No comments written yet.

Please login to write comment.