Color Hex Logo

#eef028 Color Hex

#EEF028
(238,240,40)
0 Favorites   0 Comments

Color spaces of #eef028

RGB 23824040
HSL0.170.870.55
HSV61°83°94°
CMYK 0.010.000.83   0.06
XYZ66.803080.650514.0537
Yxy80.65050.41360.4994
Hunter Lab89.8056-24.380553.5856
CIE-Lab91.9759-20.861685.0912

#eef028 color RGB value is (238,240,40).

#eef028 hex color red value is 238, green value is 240 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #eef028 hue: 0.17 , saturation: 0.87 and the lightness value of eef028 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110000 00101000
Octal 356 360 50
Decimal 238 240 40
Hex EE F0 28

RGB Percentages of Color #eef028

%45.95
%46.33
%7.72

CMYK Percentages of Color #eef028

%1
%0
%83
%6

Triadic Colors of #eef028

#eef028 #28eef0 #f028ee

Analogous Colors of #eef028

#eef028 #8af028 #f08e28

Monochromatic Colors of #eef028

#eef028

Complementary Color

#eef028 #2a28f0

#eef028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef028 Color CSS Codes

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

#eef028 Text Font Color

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

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


#eef028 Background Color

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

This div background color is #eef028


#eef028 Border Color

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

This div border color is #eef028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef028


Comments

No comments written yet.

Please login to write comment.