Color Hex Logo

#eee782 Color Hex

#EEE782
(238,231,130)
0 Favorites   0 Comments

Color spaces of #eee782

RGB 238231130
HSL0.160.760.72
HSV56°45°93°
CMYK 0.000.030.45   0.07
XYZ67.865176.940732.3933
Yxy76.94070.38300.4342
Hunter Lab87.7158-15.398639.5054
CIE-Lab90.2943-11.269649.7516

#eee782 color RGB value is (238,231,130).

#eee782 hex color red value is 238, green value is 231 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #eee782 hue: 0.16 , saturation: 0.76 and the lightness value of eee782 is 0.72.

The process color (four color CMYK) of #eee782 color hex is 0.00, 0.03, 0.45, 0.07. Web safe color of #eee782 is #ffff99. Color #eee782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100111 10000010
Octal 356 347 202
Decimal 238 231 130
Hex EE E7 82

RGB Percentages of Color #eee782

%39.73
%38.56
%21.70

CMYK Percentages of Color #eee782

%0
%3
%45
%7

Triadic Colors of #eee782

#eee782 #82eee7 #e782ee

Analogous Colors of #eee782

#eee782 #bfee82 #eeb182

Monochromatic Colors of #eee782

#eee782

Complementary Color

#eee782 #8289ee

#eee782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee782 Color CSS Codes

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

#eee782 Text Font Color

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

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


#eee782 Background Color

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

This div background color is #eee782


#eee782 Border Color

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

This div border color is #eee782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee782


Comments

No comments written yet.

Please login to write comment.