Color Hex Logo

#eefc8a Color Hex

#EEFC8A
(238,252,138)
0 Favorites   0 Comments

Color spaces of #eefc8a

RGB 238252138
HSL0.190.950.76
HSV67°45°99°
CMYK 0.060.000.45   0.01
XYZ74.657789.632937.4108
Yxy89.63290.37010.4444
Hunter Lab94.6747-24.920742.8437
CIE-Lab95.8443-20.753552.7551

#eefc8a color RGB value is (238,252,138).

#eefc8a hex color red value is 238, green value is 252 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #eefc8a hue: 0.19 , saturation: 0.95 and the lightness value of eefc8a is 0.76.

The process color (four color CMYK) of #eefc8a color hex is 0.06, 0.00, 0.45, 0.01. Web safe color of #eefc8a is #ffff99. Color #eefc8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 10001010
Octal 356 374 212
Decimal 238 252 138
Hex EE FC 8A

RGB Percentages of Color #eefc8a

%37.90
%40.13
%21.97

CMYK Percentages of Color #eefc8a

%6
%0
%45
%1

Triadic Colors of #eefc8a

#eefc8a #8aeefc #fc8aee

Analogous Colors of #eefc8a

#eefc8a #b5fc8a #fcd18a

Monochromatic Colors of #eefc8a

#eefc8a

Complementary Color

#eefc8a #988afc

#eefc8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefc8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefc8a Color CSS Codes

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

#eefc8a Text Font Color

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

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


#eefc8a Background Color

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

This div background color is #eefc8a


#eefc8a Border Color

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

This div border color is #eefc8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefc8a


Comments

No comments written yet.

Please login to write comment.