Color Hex Logo

#eed12e Color Hex

#EED12E
(238,209,46)
0 Favorites   0 Comments

Color spaces of #eed12e

RGB 23820946
HSL0.140.850.56
HSV51°81°93°
CMYK 0.000.120.81   0.07
XYZ58.553563.975311.8471
Yxy63.97530.43570.4761
Hunter Lab79.9846-9.300347.2073
CIE-Lab83.9529-5.388476.8523

#eed12e color RGB value is (238,209,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 00101110
Octal 356 321 56
Decimal 238 209 46
Hex EE D1 2E

RGB Percentages of Color #eed12e

%48.28
%42.39
%9.33

CMYK Percentages of Color #eed12e

%0
%12
%81
%7

Triadic Colors of #eed12e

#eed12e #2eeed1 #d12eee

Analogous Colors of #eed12e

#eed12e #abee2e #ee712e

Monochromatic Colors of #eed12e

#eed12e

Complementary Color

#eed12e #2e4bee

#eed12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed12e Color CSS Codes

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

#eed12e Text Font Color

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

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


#eed12e Background Color

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

This div background color is #eed12e


#eed12e Border Color

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

This div border color is #eed12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed12e


Comments

No comments written yet.

Please login to write comment.