Color Hex Logo

#eefe72 Color Hex

#EEFE72
(238,254,114)
0 Favorites   0 Comments

Color spaces of #eefe72

RGB 238254114
HSL0.190.990.72
HSV67°55°100°
CMYK 0.060.000.55   0.00
XYZ73.739090.275729.4581
Yxy90.27570.38110.4666
Hunter Lab95.0135-27.741748.1271
CIE-Lab96.1110-23.803363.9413

#eefe72 color RGB value is (238,254,114).

#eefe72 hex color red value is 238, green value is 254 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #eefe72 hue: 0.19 , saturation: 0.99 and the lightness value of eefe72 is 0.72.

The process color (four color CMYK) of #eefe72 color hex is 0.06, 0.00, 0.55, 0.00. Web safe color of #eefe72 is #ffff66. Color #eefe72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 01110010
Octal 356 376 162
Decimal 238 254 114
Hex EE FE 72

RGB Percentages of Color #eefe72

%39.27
%41.91
%18.81

CMYK Percentages of Color #eefe72

%6
%0
%55
%0

Triadic Colors of #eefe72

#eefe72 #72eefe #fe72ee

Analogous Colors of #eefe72

#eefe72 #a8fe72 #fec872

Monochromatic Colors of #eefe72

#eefe72

Complementary Color

#eefe72 #8272fe

#eefe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefe72 Color CSS Codes

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

#eefe72 Text Font Color

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

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


#eefe72 Background Color

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

This div background color is #eefe72


#eefe72 Border Color

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

This div border color is #eefe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefe72


Comments

No comments written yet.

Please login to write comment.