Color Hex Logo

#eefe2d Color Hex

#EEFE2D
(238,254,45)
0 Favorites   0 Comments

Color spaces of #eefe2d

RGB 23825445
HSL0.180.990.59
HSV65°82°100°
CMYK 0.060.000.82   0.00
XYZ71.175489.250215.9583
Yxy89.25020.40350.5060
Hunter Lab94.4723-30.844856.1153
CIE-Lab95.6849-27.353787.1120

#eefe2d color RGB value is (238,254,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 00101101
Octal 356 376 55
Decimal 238 254 45
Hex EE FE 2D

RGB Percentages of Color #eefe2d

%44.32
%47.30
%8.38

CMYK Percentages of Color #eefe2d

%6
%0
%82
%0

Triadic Colors of #eefe2d

#eefe2d #2deefe #fe2dee

Analogous Colors of #eefe2d

#eefe2d #86fe2d #fea62d

Monochromatic Colors of #eefe2d

#eefe2d

Complementary Color

#eefe2d #3d2dfe

#eefe2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefe2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefe2d Color CSS Codes

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

#eefe2d Text Font Color

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

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


#eefe2d Background Color

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

This div background color is #eefe2d


#eefe2d Border Color

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

This div border color is #eefe2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefe2d

Related Colors


Comments

No comments written yet.

Please login to write comment.