Color Hex Logo

#effc5e Color Hex

#EFFC5E
(239,252,94)
0 Favorites   0 Comments

Color spaces of #effc5e

RGB 23925294
HSL0.180.960.68
HSV65°63°99°
CMYK 0.050.000.63   0.01
XYZ72.427488.779723.9085
Yxy88.77970.39130.4796
Hunter Lab94.2230-27.680750.9116
CIE-Lab95.4883-23.859471.5619

#effc5e color RGB value is (239,252,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 01011110
Octal 357 374 136
Decimal 239 252 94
Hex EF FC 5E

RGB Percentages of Color #effc5e

%40.85
%43.08
%16.07

CMYK Percentages of Color #effc5e

%5
%0
%63
%1

Triadic Colors of #effc5e

#effc5e #5eeffc #fc5eef

Analogous Colors of #effc5e

#effc5e #a0fc5e #fcba5e

Monochromatic Colors of #effc5e

#effc5e

Complementary Color

#effc5e #6b5efc

#effc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#effc5e Color CSS Codes

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

#effc5e Text Font Color

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

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


#effc5e Background Color

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

This div background color is #effc5e


#effc5e Border Color

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

This div border color is #effc5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effc5e


Comments

No comments written yet.

Please login to write comment.