Color Hex Logo

#effa1d Color Hex

#EFFA1D
(239,250,29)
0 Favorites   0 Comments

Color spaces of #effa1d

RGB 23925029
HSL0.170.960.55
HSV63°88°98°
CMYK 0.040.000.88   0.02
XYZ70.004086.810614.2289
Yxy86.81060.40930.5075
Hunter Lab93.1722-28.937256.1660
CIE-Lab94.6579-25.431589.2970

#effa1d color RGB value is (239,250,29).

#effa1d hex color red value is 239, green value is 250 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #effa1d hue: 0.17 , saturation: 0.96 and the lightness value of effa1d is 0.55.

The process color (four color CMYK) of #effa1d color hex is 0.04, 0.00, 0.88, 0.02. Web safe color of #effa1d is #ffff33. Color #effa1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 00011101
Octal 357 372 35
Decimal 239 250 29
Hex EF FA 1D

RGB Percentages of Color #effa1d

%46.14
%48.26
%5.60

CMYK Percentages of Color #effa1d

%4
%0
%88
%2

Triadic Colors of #effa1d

#effa1d #1deffa #fa1def

Analogous Colors of #effa1d

#effa1d #81fa1d #fa971d

Monochromatic Colors of #effa1d

#effa1d

Complementary Color

#effa1d #281dfa

#effa1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effa1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#effa1d Color CSS Codes

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

#effa1d Text Font Color

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

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


#effa1d Background Color

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

This div background color is #effa1d


#effa1d Border Color

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

This div border color is #effa1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effa1d


Comments

No comments written yet.

Please login to write comment.