color codes Logo

#eefa2d color codes

#EEFA2D
(238,250,45)
0 Favorites   0 Comments

Color spaces of #eefa2d

RGB 23825045
HSL0.180.950.58
HSV64°82°98°
CMYK 0.050.000.82   0.02
XYZ69.919286.737815.5396
Yxy86.73780.40600.5037
Hunter Lab93.1331-28.975155.3004
CIE-Lab94.6269-25.480586.2183

#eefa2d color RGB value is (238,250,45).

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

The process color (four color CMYK) of #eefa2d color code is 0.05, 0.00, 0.82, 0.02. Web safe color of #eefa2d is #ffff33. Color #eefa2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 00101101
Octal 356 372 55
Decimal 238 250 45
Hex EE FA 2D

RGB Percentages of Color #eefa2d

%44.65
%46.90
%8.44

CMYK Percentages of Color #eefa2d

%5
%0
%82
%2

Triadic Colors of #eefa2d

#eefa2d #2deefa #fa2dee

Analogous Colors of #eefa2d

#eefa2d #88fa2d #faa02d

Monochromatic Colors of #eefa2d

#eefa2d

Complementary Color

#eefa2d #392dfa

#eefa2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefa2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefa2d Color CSS Codes

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

#eefa2d Text Font Color

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

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


#eefa2d Background Color

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

This div background color is #eefa2d


#eefa2d Border Color

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

This div border color is #eefa2d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,250,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 #eefa2d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefa2d


Comments

No comments written yet.

Please login to write comment.