Color Hex Logo

#eeda00 Color Hex

#EEDA00
(238,218,0)
0 Favorites   0 Comments

Color spaces of #eeda00

RGB 2382180
HSL0.151.000.47
HSV55°100°93°
CMYK 0.000.081.00   0.07
XYZ60.331368.320010.0073
Yxy68.32000.43510.4927
Hunter Lab82.6559-14.359150.6808
CIE-Lab86.1662-10.665685.8913

#eeda00 color RGB value is (238,218,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 00000000
Octal 356 332 0
Decimal 238 218 0
Hex EE DA 0

RGB Percentages of Color #eeda00

%52.19
%47.81
%0.00

CMYK Percentages of Color #eeda00

%0
%8
%100
%7

Triadic Colors of #eeda00

#eeda00 #00eeda #da00ee

Analogous Colors of #eeda00

#eeda00 #8bee00 #ee6300

Monochromatic Colors of #eeda00

#eeda00

Complementary Color

#eeda00 #0014ee

#eeda00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda00 Color CSS Codes

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

#eeda00 Text Font Color

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

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


#eeda00 Background Color

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

This div background color is #eeda00


#eeda00 Border Color

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

This div border color is #eeda00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda00


Comments

No comments written yet.

Please login to write comment.