Color Hex Logo

#eeed02 Color Hex

#EEED02
(238,237,2)
0 Favorites   0 Comments

Color spaces of #eeed02

RGB 2382372
HSL0.170.980.47
HSV60°99°93°
CMYK 0.000.000.99   0.07
XYZ65.555078.749911.8026
Yxy78.74990.41990.5045
Hunter Lab88.7411-23.435254.2332
CIE-Lab91.1210-19.962389.3307

#eeed02 color RGB value is (238,237,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 00000010
Octal 356 355 2
Decimal 238 237 2
Hex EE ED 2

RGB Percentages of Color #eeed02

%49.90
%49.69
%0.42

CMYK Percentages of Color #eeed02

%0
%0
%99
%7

Triadic Colors of #eeed02

#eeed02 #02eeed #ed02ee

Analogous Colors of #eeed02

#eeed02 #79ee02 #ee7702

Monochromatic Colors of #eeed02

#eeed02

Complementary Color

#eeed02 #0203ee

#eeed02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeed02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeed02 Color CSS Codes

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

#eeed02 Text Font Color

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

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


#eeed02 Background Color

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

This div background color is #eeed02


#eeed02 Border Color

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

This div border color is #eeed02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeed02


Comments

No comments written yet.

Please login to write comment.