Color Hex Logo

#effc4f Color Hex

#EFFC4F
(239,252,79)
0 Favorites   0 Comments

Color spaces of #effc4f

RGB 23925279
HSL0.180.970.65
HSV65°69°99°
CMYK 0.050.000.69   0.01
XYZ71.818388.536020.7011
Yxy88.53600.39670.4890
Hunter Lab94.0936-28.421052.8214
CIE-Lab95.3862-24.703277.0425

#effc4f color RGB value is (239,252,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 01001111
Octal 357 374 117
Decimal 239 252 79
Hex EF FC 4F

RGB Percentages of Color #effc4f

%41.93
%44.21
%13.86

CMYK Percentages of Color #effc4f

%5
%0
%69
%1

Triadic Colors of #effc4f

#effc4f #4feffc #fc4fef

Analogous Colors of #effc4f

#effc4f #99fc4f #fcb34f

Monochromatic Colors of #effc4f

#effc4f

Complementary Color

#effc4f #5c4ffc

#effc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#effc4f Color CSS Codes

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

#effc4f Text Font Color

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

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


#effc4f Background Color

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

This div background color is #effc4f


#effc4f Border Color

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

This div border color is #effc4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effc4f


Comments

No comments written yet.

Please login to write comment.