Color Hex Logo

#eedc14 Color Hex

#EEDC14
(238,220,20)
0 Favorites   0 Comments

Color spaces of #eedc14

RGB 23822020
HSL0.150.870.51
HSV55°92°93°
CMYK 0.000.080.92   0.07
XYZ60.979469.414010.8461
Yxy69.41400.43170.4915
Hunter Lab83.3151-15.154850.6021
CIE-Lab86.7086-11.470584.3722

#eedc14 color RGB value is (238,220,20).

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

The process color (four color CMYK) of #eedc14 color hex is 0.00, 0.08, 0.92, 0.07. Web safe color of #eedc14 is #ffcc00. Color #eedc14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 00010100
Octal 356 334 24
Decimal 238 220 20
Hex EE DC 14

RGB Percentages of Color #eedc14

%49.79
%46.03
%4.18

CMYK Percentages of Color #eedc14

%0
%8
%92
%7

Triadic Colors of #eedc14

#eedc14 #14eedc #dc14ee

Analogous Colors of #eedc14

#eedc14 #93ee14 #ee6f14

Monochromatic Colors of #eedc14

#eedc14

Complementary Color

#eedc14 #1426ee

#eedc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc14 Color CSS Codes

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

#eedc14 Text Font Color

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

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


#eedc14 Background Color

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

This div background color is #eedc14


#eedc14 Border Color

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

This div border color is #eedc14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc14


Comments

No comments written yet.

Please login to write comment.