Color Hex Logo

#eeda14 Color Hex

#EEDA14
(238,218,20)
0 Favorites   0 Comments

Color spaces of #eeda14

RGB 23821820
HSL0.150.870.51
HSV54°92°93°
CMYK 0.000.080.92   0.07
XYZ60.457668.370510.6722
Yxy68.37050.43340.4901
Hunter Lab82.6865-14.188050.2281
CIE-Lab86.1914-10.474483.9785

#eeda14 color RGB value is (238,218,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 00010100
Octal 356 332 24
Decimal 238 218 20
Hex EE DA 14

RGB Percentages of Color #eeda14

%50.00
%45.80
%4.20

CMYK Percentages of Color #eeda14

%0
%8
%92
%7

Triadic Colors of #eeda14

#eeda14 #14eeda #da14ee

Analogous Colors of #eeda14

#eeda14 #95ee14 #ee6d14

Monochromatic Colors of #eeda14

#eeda14

Complementary Color

#eeda14 #1428ee

#eeda14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda14 Color CSS Codes

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

#eeda14 Text Font Color

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

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


#eeda14 Background Color

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

This div background color is #eeda14


#eeda14 Border Color

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

This div border color is #eeda14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,218,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 #eeda14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda14

#eeda14 Color Palettes


Comments

No comments written yet.

Please login to write comment.