Color Hex Logo

#eeee02 Color Hex

#EEEE02
(238,238,2)
0 Favorites   0 Comments

Color spaces of #eeee02

RGB 2382382
HSL0.170.980.47
HSV60°99°93°
CMYK 0.000.000.99   0.07
XYZ65.845479.330611.8993
Yxy79.33060.41920.5050
Hunter Lab89.0677-23.908254.4264
CIE-Lab91.3837-20.443189.5239

#eeee02 color RGB value is (238,238,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 00000010
Octal 356 356 2
Decimal 238 238 2
Hex EE EE 2

RGB Percentages of Color #eeee02

%49.79
%49.79
%0.42

CMYK Percentages of Color #eeee02

%0
%0
%99
%7

Triadic Colors of #eeee02

#eeee02 #02eeee #ee02ee

Analogous Colors of #eeee02

#eeee02 #78ee02 #ee7802

Monochromatic Colors of #eeee02

#eeee02

Complementary Color

#eeee02 #0202ee

#eeee02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeee02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeee02 Color CSS Codes

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

#eeee02 Text Font Color

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

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


#eeee02 Background Color

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

This div background color is #eeee02


#eeee02 Border Color

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

This div border color is #eeee02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeee02


Comments

No comments written yet.

Please login to write comment.