Color Hex Logo

#eef480 Color Hex

#EEF480
(238,244,128)
0 Favorites   0 Comments

Color spaces of #eef480

RGB 238244128
HSL0.180.840.73
HSV63°48°96°
CMYK 0.020.000.48   0.04
XYZ71.506984.437032.9512
Yxy84.43700.37860.4470
Hunter Lab91.8896-21.901243.0616
CIE-Lab93.6400-17.835654.7578

#eef480 color RGB value is (238,244,128).

#eef480 hex color red value is 238, green value is 244 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #eef480 hue: 0.18 , saturation: 0.84 and the lightness value of eef480 is 0.73.

The process color (four color CMYK) of #eef480 color hex is 0.02, 0.00, 0.48, 0.04. Web safe color of #eef480 is #ffff99. Color #eef480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110100 10000000
Octal 356 364 200
Decimal 238 244 128
Hex EE F4 80

RGB Percentages of Color #eef480

%39.02
%40.00
%20.98

CMYK Percentages of Color #eef480

%2
%0
%48
%4

Triadic Colors of #eef480

#eef480 #80eef4 #f480ee

Analogous Colors of #eef480

#eef480 #b4f480 #f4c080

Monochromatic Colors of #eef480

#eef480

Complementary Color

#eef480 #8680f4

#eef480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef480 Color CSS Codes

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

#eef480 Text Font Color

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

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


#eef480 Background Color

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

This div background color is #eef480


#eef480 Border Color

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

This div border color is #eef480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef480


Comments

No comments written yet.

Please login to write comment.