Color Hex Logo

#eede20 Color Hex

#EEDE20
(238,222,32)
0 Favorites   0 Comments

Color spaces of #eede20

RGB 23822232
HSL0.150.860.53
HSV55°87°93°
CMYK 0.000.070.87   0.07
XYZ61.641970.524011.7301
Yxy70.52400.42840.4901
Hunter Lab83.9786-15.940050.5034
CIE-Lab87.2532-12.261782.8578

#eede20 color RGB value is (238,222,32).

#eede20 hex color red value is 238, green value is 222 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #eede20 hue: 0.15 , saturation: 0.86 and the lightness value of eede20 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 00100000
Octal 356 336 40
Decimal 238 222 32
Hex EE DE 20

RGB Percentages of Color #eede20

%48.37
%45.12
%6.50

CMYK Percentages of Color #eede20

%0
%7
%87
%7

Triadic Colors of #eede20

#eede20 #20eede #de20ee

Analogous Colors of #eede20

#eede20 #97ee20 #ee7720

Monochromatic Colors of #eede20

#eede20

Complementary Color

#eede20 #2030ee

#eede20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eede20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eede20 Color CSS Codes

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

#eede20 Text Font Color

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

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


#eede20 Background Color

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

This div background color is #eede20


#eede20 Border Color

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

This div border color is #eede20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eede20


Comments

No comments written yet.

Please login to write comment.