Color Hex Logo

#eefa0c Color Hex

#EEFA0C
(238,250,12)
0 Favorites   0 Comments

Color spaces of #eefa0c

RGB 23825012
HSL0.180.960.51
HSV63°95°98°
CMYK 0.050.000.95   0.02
XYZ69.511986.574913.3948
Yxy86.57490.41010.5108
Hunter Lab93.0456-29.477356.5966
CIE-Lab94.5576-26.060091.1474

#eefa0c color RGB value is (238,250,12).

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

The process color (four color CMYK) of #eefa0c color hex is 0.05, 0.00, 0.95, 0.02. Web safe color of #eefa0c is #ffff00. Color #eefa0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 00001100
Octal 356 372 14
Decimal 238 250 12
Hex EE FA C

RGB Percentages of Color #eefa0c

%47.60
%50.00
%2.40

CMYK Percentages of Color #eefa0c

%5
%0
%95
%2

Triadic Colors of #eefa0c

#eefa0c #0ceefa #fa0cee

Analogous Colors of #eefa0c

#eefa0c #77fa0c #fa8f0c

Monochromatic Colors of #eefa0c

#eefa0c

Complementary Color

#eefa0c #180cfa

#eefa0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefa0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefa0c Color CSS Codes

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

#eefa0c Text Font Color

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

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


#eefa0c Background Color

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

This div background color is #eefa0c


#eefa0c Border Color

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

This div border color is #eefa0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefa0c

Related Colors


Comments

No comments written yet.

Please login to write comment.