Color Hex Logo

#eeed2e Color Hex

#EEED2E
(238,237,46)
0 Favorites   0 Comments

Color spaces of #eeed2e

RGB 23823746
HSL0.170.850.56
HSV60°81°93°
CMYK 0.000.000.81   0.07
XYZ66.037278.942814.3417
Yxy78.94280.41450.4955
Hunter Lab88.8498-22.817752.6245
CIE-Lab91.2084-19.258583.0821

#eeed2e color RGB value is (238,237,46).

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

The process color (four color CMYK) of #eeed2e color hex is 0.00, 0.00, 0.81, 0.07. Web safe color of #eeed2e is #ffff33. Color #eeed2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 00101110
Octal 356 355 56
Decimal 238 237 46
Hex EE ED 2E

RGB Percentages of Color #eeed2e

%45.68
%45.49
%8.83

CMYK Percentages of Color #eeed2e

%0
%0
%81
%7

Triadic Colors of #eeed2e

#eeed2e #2eeeed #ed2eee

Analogous Colors of #eeed2e

#eeed2e #8fee2e #ee8d2e

Monochromatic Colors of #eeed2e

#eeed2e

Complementary Color

#eeed2e #2e2fee

#eeed2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeed2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeed2e Color CSS Codes

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

#eeed2e Text Font Color

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

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


#eeed2e Background Color

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

This div background color is #eeed2e


#eeed2e Border Color

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

This div border color is #eeed2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeed2e


Comments

No comments written yet.

Please login to write comment.