Color Hex Logo

#eef82d Color Hex

#EEF82D
(238,248,45)
0 Favorites   0 Comments

Color spaces of #eef82d

RGB 23824845
HSL0.170.940.57
HSV63°82°97°
CMYK 0.040.000.82   0.03
XYZ69.301085.501415.3335
Yxy85.50140.40730.5025
Hunter Lab92.4670-28.037254.8950
CIE-Lab94.0988-24.538285.7718

#eef82d color RGB value is (238,248,45).

#eef82d hex color red value is 238, green value is 248 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #eef82d hue: 0.17 , saturation: 0.94 and the lightness value of eef82d is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111000 00101101
Octal 356 370 55
Decimal 238 248 45
Hex EE F8 2D

RGB Percentages of Color #eef82d

%44.82
%46.70
%8.47

CMYK Percentages of Color #eef82d

%4
%0
%82
%3

Triadic Colors of #eef82d

#eef82d #2deef8 #f82dee

Analogous Colors of #eef82d

#eef82d #89f82d #f89d2d

Monochromatic Colors of #eef82d

#eef82d

Complementary Color

#eef82d #372df8

#eef82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef82d Color CSS Codes

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

#eef82d Text Font Color

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

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


#eef82d Background Color

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

This div background color is #eef82d


#eef82d Border Color

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

This div border color is #eef82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef82d


Comments

No comments written yet.

Please login to write comment.