Color Hex Logo

#eefc0e Color Hex

#EEFC0E
(238,252,14)
0 Favorites   0 Comments

Color spaces of #eefc0e

RGB 23825214
HSL0.180.980.52
HSV64°94°99°
CMYK 0.060.000.94   0.01
XYZ70.149687.829713.6710
Yxy87.82970.40870.5117
Hunter Lab93.7175-30.394556.9533
CIE-Lab95.0892-26.977991.3848

#eefc0e color RGB value is (238,252,14).

#eefc0e hex color red value is 238, green value is 252 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #eefc0e hue: 0.18 , saturation: 0.98 and the lightness value of eefc0e is 0.52.

The process color (four color CMYK) of #eefc0e color hex is 0.06, 0.00, 0.94, 0.01. Web safe color of #eefc0e is #ffff00. Color #eefc0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 00001110
Octal 356 374 16
Decimal 238 252 14
Hex EE FC E

RGB Percentages of Color #eefc0e

%47.22
%50.00
%2.78

CMYK Percentages of Color #eefc0e

%6
%0
%94
%1

Triadic Colors of #eefc0e

#eefc0e #0eeefc #fc0eee

Analogous Colors of #eefc0e

#eefc0e #77fc0e #fc930e

Monochromatic Colors of #eefc0e

#eefc0e

Complementary Color

#eefc0e #1c0efc

#eefc0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefc0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefc0e Color CSS Codes

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

#eefc0e Text Font Color

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

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


#eefc0e Background Color

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

This div background color is #eefc0e


#eefc0e Border Color

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

This div border color is #eefc0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefc0e


Comments

No comments written yet.

Please login to write comment.