Color Hex Logo

#eedd40 Color Hex

#EEDD40
(238,221,64)
0 Favorites   0 Comments

Color spaces of #eedd40

RGB 23822164
HSL0.150.840.59
HSV54°73°93°
CMYK 0.000.070.73   0.07
XYZ62.041870.260215.1421
Yxy70.26020.42080.4765
Hunter Lab83.8214-14.567647.9644
CIE-Lab87.1243-10.772274.1817

#eedd40 color RGB value is (238,221,64).

#eedd40 hex color red value is 238, green value is 221 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #eedd40 hue: 0.15 , saturation: 0.84 and the lightness value of eedd40 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 01000000
Octal 356 335 100
Decimal 238 221 64
Hex EE DD 40

RGB Percentages of Color #eedd40

%45.51
%42.26
%12.24

CMYK Percentages of Color #eedd40

%0
%7
%73
%7

Triadic Colors of #eedd40

#eedd40 #40eedd #dd40ee

Analogous Colors of #eedd40

#eedd40 #a8ee40 #ee8640

Monochromatic Colors of #eedd40

#eedd40

Complementary Color

#eedd40 #4051ee

#eedd40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedd40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedd40 Color CSS Codes

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

#eedd40 Text Font Color

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

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


#eedd40 Background Color

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

This div background color is #eedd40


#eedd40 Border Color

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

This div border color is #eedd40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedd40


Comments

No comments written yet.

Please login to write comment.