Color Hex Logo

#effc1f Color Hex

#EFFC1F
(239,252,31)
0 Favorites   0 Comments

Color spaces of #effc1f

RGB 23925231
HSL0.180.970.55
HSV64°88°99°
CMYK 0.050.000.88   0.01
XYZ70.654388.070514.5717
Yxy88.07050.40770.5082
Hunter Lab93.8459-29.842056.4860
CIE-Lab95.1906-26.334089.4069

#effc1f color RGB value is (239,252,31).

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

The process color (four color CMYK) of #effc1f color hex is 0.05, 0.00, 0.88, 0.01. Web safe color of #effc1f is #ffff33. Color #effc1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 00011111
Octal 357 374 37
Decimal 239 252 31
Hex EF FC 1F

RGB Percentages of Color #effc1f

%45.79
%48.28
%5.94

CMYK Percentages of Color #effc1f

%5
%0
%88
%1

Triadic Colors of #effc1f

#effc1f #1feffc #fc1fef

Analogous Colors of #effc1f

#effc1f #81fc1f #fc9b1f

Monochromatic Colors of #effc1f

#effc1f

Complementary Color

#effc1f #2c1ffc

#effc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#effc1f Color CSS Codes

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

#effc1f Text Font Color

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

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


#effc1f Background Color

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

This div background color is #effc1f


#effc1f Border Color

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

This div border color is #effc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effc1f

Related Colors


Comments

No comments written yet.

Please login to write comment.