Color Hex Logo

#eed122 Color Hex

#EED122
(238,209,34)
0 Favorites   0 Comments

Color spaces of #eed122

RGB 23820934
HSL0.140.860.53
HSV51°86°93°
CMYK 0.000.120.86   0.07
XYZ58.349163.893610.7707
Yxy63.89360.43870.4804
Hunter Lab79.9335-9.583847.9644
CIE-Lab83.9103-5.700579.7629

#eed122 color RGB value is (238,209,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 00100010
Octal 356 321 42
Decimal 238 209 34
Hex EE D1 22

RGB Percentages of Color #eed122

%49.48
%43.45
%7.07

CMYK Percentages of Color #eed122

%0
%12
%86
%7

Triadic Colors of #eed122

#eed122 #22eed1 #d122ee

Analogous Colors of #eed122

#eed122 #a5ee22 #ee6b22

Monochromatic Colors of #eed122

#eed122

Complementary Color

#eed122 #223fee

#eed122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed122 Color CSS Codes

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

#eed122 Text Font Color

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

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


#eed122 Background Color

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

This div background color is #eed122


#eed122 Border Color

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

This div border color is #eed122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed122


Comments

No comments written yet.

Please login to write comment.