Color Hex Logo

#effc7e Color Hex

#EFFC7E
(239,252,126)
0 Favorites   0 Comments

Color spaces of #effc7e

RGB 239252126
HSL0.180.950.74
HSV66°50°99°
CMYK 0.050.000.50   0.01
XYZ74.172989.477933.1003
Yxy89.47790.37700.4548
Hunter Lab94.5928-25.570345.4679
CIE-Lab95.7798-21.476258.2449

#effc7e color RGB value is (239,252,126).

#effc7e hex color red value is 239, green value is 252 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #effc7e hue: 0.18 , saturation: 0.95 and the lightness value of effc7e is 0.74.

The process color (four color CMYK) of #effc7e color hex is 0.05, 0.00, 0.50, 0.01. Web safe color of #effc7e is #ffff66. Color #effc7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 01111110
Octal 357 374 176
Decimal 239 252 126
Hex EF FC 7E

RGB Percentages of Color #effc7e

%38.74
%40.84
%20.42

CMYK Percentages of Color #effc7e

%5
%0
%50
%1

Triadic Colors of #effc7e

#effc7e #7eeffc #fc7eef

Analogous Colors of #effc7e

#effc7e #b0fc7e #fcca7e

Monochromatic Colors of #effc7e

#effc7e

Complementary Color

#effc7e #8b7efc

#effc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#effc7e Color CSS Codes

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

#effc7e Text Font Color

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

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


#effc7e Background Color

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

This div background color is #effc7e


#effc7e Border Color

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

This div border color is #effc7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,252,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 #effc7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effc7e

Related Colors


Comments

No comments written yet.

Please login to write comment.