Color Hex Logo

#eee802 Color Hex

#EEE802
(238,232,2)
0 Favorites   0 Comments

Color spaces of #eee802

RGB 2382322
HSL0.160.980.47
HSV58°99°93°
CMYK 0.000.030.99   0.07
XYZ64.127575.894811.3267
Yxy75.89480.42370.5015
Hunter Lab87.1176-21.061553.2737
CIE-Lab89.8105-17.543688.3705

#eee802 color RGB value is (238,232,2).

#eee802 hex color red value is 238, green value is 232 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #eee802 hue: 0.16 , saturation: 0.98 and the lightness value of eee802 is 0.47.

The process color (four color CMYK) of #eee802 color hex is 0.00, 0.03, 0.99, 0.07. Web safe color of #eee802 is #ffff00. Color #eee802 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101000 00000010
Octal 356 350 2
Decimal 238 232 2
Hex EE E8 2

RGB Percentages of Color #eee802

%50.42
%49.15
%0.42

CMYK Percentages of Color #eee802

%0
%3
%99
%7

Triadic Colors of #eee802

#eee802 #02eee8 #e802ee

Analogous Colors of #eee802

#eee802 #7eee02 #ee7202

Monochromatic Colors of #eee802

#eee802

Complementary Color

#eee802 #0208ee

#eee802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee802 Color CSS Codes

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

#eee802 Text Font Color

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

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


#eee802 Background Color

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

This div background color is #eee802


#eee802 Border Color

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

This div border color is #eee802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee802


Comments

No comments written yet.

Please login to write comment.