Color Hex Logo

#eed12c Color Hex

#EED12C
(238,209,44)
0 Favorites   0 Comments

Color spaces of #eed12c

RGB 23820944
HSL0.140.850.55
HSV51°82°93°
CMYK 0.000.120.82   0.07
XYZ58.515063.959911.6443
Yxy63.95990.43630.4769
Hunter Lab79.9749-9.353647.3499
CIE-Lab83.9449-5.447177.3864

#eed12c color RGB value is (238,209,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 00101100
Octal 356 321 54
Decimal 238 209 44
Hex EE D1 2C

RGB Percentages of Color #eed12c

%48.47
%42.57
%8.96

CMYK Percentages of Color #eed12c

%0
%12
%82
%7

Triadic Colors of #eed12c

#eed12c #2ceed1 #d12cee

Analogous Colors of #eed12c

#eed12c #aaee2c #ee702c

Monochromatic Colors of #eed12c

#eed12c

Complementary Color

#eed12c #2c49ee

#eed12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed12c Color CSS Codes

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

#eed12c Text Font Color

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

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


#eed12c Background Color

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

This div background color is #eed12c


#eed12c Border Color

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

This div border color is #eed12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed12c


Comments

No comments written yet.

Please login to write comment.