Color Hex Logo

#eede19 Color Hex

#EEDE19
(238,222,25)
0 Favorites   0 Comments

Color spaces of #eede19

RGB 23822225
HSL0.150.860.52
HSV55°89°93°
CMYK 0.000.070.89   0.07
XYZ61.556670.489911.2812
Yxy70.48990.42950.4918
Hunter Lab83.9583-16.054250.8042
CIE-Lab87.2366-12.389784.0589

#eede19 color RGB value is (238,222,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 00011001
Octal 356 336 31
Decimal 238 222 25
Hex EE DE 19

RGB Percentages of Color #eede19

%49.07
%45.77
%5.15

CMYK Percentages of Color #eede19

%0
%7
%89
%7

Triadic Colors of #eede19

#eede19 #19eede #de19ee

Analogous Colors of #eede19

#eede19 #94ee19 #ee7419

Monochromatic Colors of #eede19

#eede19

Complementary Color

#eede19 #1929ee

#eede19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eede19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eede19 Color CSS Codes

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

#eede19 Text Font Color

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

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


#eede19 Background Color

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

This div background color is #eede19


#eede19 Border Color

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

This div border color is #eede19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eede19

#eede19 Color Palettes


Comments

No comments written yet.

Please login to write comment.