Color Hex Logo

#eed121 Color Hex

#EED121
(238,209,33)
0 Favorites   0 Comments

Color spaces of #eed121

RGB 23820933
HSL0.140.860.53
HSV52°86°93°
CMYK 0.000.120.86   0.07
XYZ58.334963.887910.6959
Yxy63.88790.43890.4807
Hunter Lab79.9299-9.603448.0170
CIE-Lab83.9074-5.722279.9724

#eed121 color RGB value is (238,209,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 00100001
Octal 356 321 41
Decimal 238 209 33
Hex EE D1 21

RGB Percentages of Color #eed121

%49.58
%43.54
%6.88

CMYK Percentages of Color #eed121

%0
%12
%86
%7

Triadic Colors of #eed121

#eed121 #21eed1 #d121ee

Analogous Colors of #eed121

#eed121 #a5ee21 #ee6b21

Monochromatic Colors of #eed121

#eed121

Complementary Color

#eed121 #213eee

#eed121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed121 Color CSS Codes

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

#eed121 Text Font Color

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

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


#eed121 Background Color

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

This div background color is #eed121


#eed121 Border Color

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

This div border color is #eed121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed121

#eed121 Color Palettes


Comments

No comments written yet.

Please login to write comment.