Color Hex Logo

#eefe1d Color Hex

#EEFE1D
(238,254,29)
0 Favorites   0 Comments

Color spaces of #eefe1d

RGB 23825429
HSL0.180.990.55
HSV64°89°100°
CMYK 0.060.000.89   0.00
XYZ70.923589.149514.6319
Yxy89.14950.40600.5103
Hunter Lab94.4190-31.151856.9053
CIE-Lab95.6429-27.708890.0460

#eefe1d color RGB value is (238,254,29).

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

The process color (four color CMYK) of #eefe1d color hex is 0.06, 0.00, 0.89, 0.00. Web safe color of #eefe1d is #ffff33. Color #eefe1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 00011101
Octal 356 376 35
Decimal 238 254 29
Hex EE FE 1D

RGB Percentages of Color #eefe1d

%45.68
%48.75
%5.57

CMYK Percentages of Color #eefe1d

%6
%0
%89
%0

Triadic Colors of #eefe1d

#eefe1d #1deefe #fe1dee

Analogous Colors of #eefe1d

#eefe1d #7efe1d #fe9e1d

Monochromatic Colors of #eefe1d

#eefe1d

Complementary Color

#eefe1d #2d1dfe

#eefe1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefe1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefe1d Color CSS Codes

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

#eefe1d Text Font Color

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

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


#eefe1d Background Color

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

This div background color is #eefe1d


#eefe1d Border Color

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

This div border color is #eefe1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefe1d


Comments

No comments written yet.

Please login to write comment.