Color Hex Logo

#eef382 Color Hex

#EEF382
(238,243,130)
0 Favorites   0 Comments

Color spaces of #eef382

RGB 238243130
HSL0.170.820.73
HSV63°47°95°
CMYK 0.020.000.47   0.05
XYZ71.339883.890033.5515
Yxy83.89000.37790.4444
Hunter Lab91.5915-21.253042.3951
CIE-Lab93.4027-17.167453.5382

#eef382 color RGB value is (238,243,130).

#eef382 hex color red value is 238, green value is 243 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #eef382 hue: 0.17 , saturation: 0.82 and the lightness value of eef382 is 0.73.

The process color (four color CMYK) of #eef382 color hex is 0.02, 0.00, 0.47, 0.05. Web safe color of #eef382 is #ffff99. Color #eef382 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110011 10000010
Octal 356 363 202
Decimal 238 243 130
Hex EE F3 82

RGB Percentages of Color #eef382

%38.95
%39.77
%21.28

CMYK Percentages of Color #eef382

%2
%0
%47
%5

Triadic Colors of #eef382

#eef382 #82eef3 #f382ee

Analogous Colors of #eef382

#eef382 #b6f382 #f3c082

Monochromatic Colors of #eef382

#eef382

Complementary Color

#eef382 #8782f3

#eef382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef382 Color CSS Codes

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

#eef382 Text Font Color

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

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


#eef382 Background Color

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

This div background color is #eef382


#eef382 Border Color

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

This div border color is #eef382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef382


Comments

No comments written yet.

Please login to write comment.