Color Hex Logo

#eedc46 Color Hex

#EEDC46
(238,220,70)
0 Favorites   0 Comments

Color spaces of #eedc46

RGB 23822070
HSL0.150.830.60
HSV54°71°93°
CMYK 0.000.080.71   0.07
XYZ61.958669.805716.0026
Yxy69.80570.41930.4724
Hunter Lab83.5498-13.840747.1288
CIE-Lab86.9015-10.005671.8707

#eedc46 color RGB value is (238,220,70).

#eedc46 hex color red value is 238, green value is 220 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #eedc46 hue: 0.15 , saturation: 0.83 and the lightness value of eedc46 is 0.60.

The process color (four color CMYK) of #eedc46 color hex is 0.00, 0.08, 0.71, 0.07. Web safe color of #eedc46 is #ffcc33. Color #eedc46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 01000110
Octal 356 334 106
Decimal 238 220 70
Hex EE DC 46

RGB Percentages of Color #eedc46

%45.08
%41.67
%13.26

CMYK Percentages of Color #eedc46

%0
%8
%71
%7

Triadic Colors of #eedc46

#eedc46 #46eedc #dc46ee

Analogous Colors of #eedc46

#eedc46 #acee46 #ee8846

Monochromatic Colors of #eedc46

#eedc46

Complementary Color

#eedc46 #4658ee

#eedc46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc46 Color CSS Codes

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

#eedc46 Text Font Color

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

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


#eedc46 Background Color

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

This div background color is #eedc46


#eedc46 Border Color

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

This div border color is #eedc46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc46


Comments

No comments written yet.

Please login to write comment.