color codes Logo

#eefa3c color codes

#EEFA3C
(238,250,60)
0 Favorites   0 Comments

Color spaces of #eefa3c

RGB 23825060
HSL0.180.950.61
HSV64°76°98°
CMYK 0.050.000.76   0.02
XYZ70.261186.874617.3403
Yxy86.87460.40270.4979
Hunter Lab93.2065-28.554354.2142
CIE-Lab94.6850-24.996682.4281

#eefa3c color RGB value is (238,250,60).

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

The process color (four color CMYK) of #eefa3c color code is 0.05, 0.00, 0.76, 0.02. Web safe color of #eefa3c is #ffff33. Color #eefa3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 00111100
Octal 356 372 74
Decimal 238 250 60
Hex EE FA 3C

RGB Percentages of Color #eefa3c

%43.43
%45.62
%10.95

CMYK Percentages of Color #eefa3c

%5
%0
%76
%2

Triadic Colors of #eefa3c

#eefa3c #3ceefa #fa3cee

Analogous Colors of #eefa3c

#eefa3c #8ffa3c #faa73c

Monochromatic Colors of #eefa3c

#eefa3c

Complementary Color

#eefa3c #483cfa

#eefa3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefa3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefa3c Color CSS Codes

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

#eefa3c Text Font Color

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

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


#eefa3c Background Color

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

This div background color is #eefa3c


#eefa3c Border Color

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

This div border color is #eefa3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefa3c


Comments

No comments written yet.

Please login to write comment.