Color Hex Logo

#effa29 Color Hex

#EFFA29
(239,250,41)
0 Favorites   0 Comments

Color spaces of #effa29

RGB 23925041
HSL0.180.950.57
HSV63°84°98°
CMYK 0.040.000.84   0.02
XYZ70.182486.882015.1687
Yxy86.88200.40750.5044
Hunter Lab93.2105-28.717755.5987
CIE-Lab94.6882-25.179087.1622

#effa29 color RGB value is (239,250,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 00101001
Octal 357 372 51
Decimal 239 250 41
Hex EF FA 29

RGB Percentages of Color #effa29

%45.09
%47.17
%7.74

CMYK Percentages of Color #effa29

%4
%0
%84
%2

Triadic Colors of #effa29

#effa29 #29effa #fa29ef

Analogous Colors of #effa29

#effa29 #87fa29 #fa9d29

Monochromatic Colors of #effa29

#effa29

Complementary Color

#effa29 #3429fa

#effa29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effa29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effa29 Color CSS Codes

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

#effa29 Text Font Color

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

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


#effa29 Background Color

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

This div background color is #effa29


#effa29 Border Color

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

This div border color is #effa29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effa29

Related Colors


Comments

No comments written yet.

Please login to write comment.