Color Hex Logo

#eeea2e Color Hex

#EEEA2E
(238,234,46)
0 Favorites   0 Comments

Color spaces of #eeea2e

RGB 23823446
HSL0.160.850.56
HSV59°81°93°
CMYK 0.000.020.81   0.07
XYZ65.175977.220014.0546
Yxy77.22000.41660.4936
Hunter Lab87.8749-21.389552.0297
CIE-Lab90.4228-17.805982.4112

#eeea2e color RGB value is (238,234,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 00101110
Octal 356 352 56
Decimal 238 234 46
Hex EE EA 2E

RGB Percentages of Color #eeea2e

%45.95
%45.17
%8.88

CMYK Percentages of Color #eeea2e

%0
%2
%81
%7

Triadic Colors of #eeea2e

#eeea2e #2eeeea #ea2eee

Analogous Colors of #eeea2e

#eeea2e #92ee2e #ee8a2e

Monochromatic Colors of #eeea2e

#eeea2e

Complementary Color

#eeea2e #2e32ee

#eeea2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeea2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeea2e Color CSS Codes

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

#eeea2e Text Font Color

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

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


#eeea2e Background Color

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

This div background color is #eeea2e


#eeea2e Border Color

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

This div border color is #eeea2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeea2e


Comments

No comments written yet.

Please login to write comment.