Color Hex Logo

#eedb19 Color Hex

#EEDB19
(238,219,25)
0 Favorites   0 Comments

Color spaces of #eedb19

RGB 23821925
HSL0.150.860.52
HSV55°89°93°
CMYK 0.000.080.89   0.07
XYZ60.766968.910411.0180
Yxy68.91040.43190.4898
Hunter Lab83.0123-14.605450.2392
CIE-Lab86.4597-10.898883.4557

#eedb19 color RGB value is (238,219,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 00011001
Octal 356 333 31
Decimal 238 219 25
Hex EE DB 19

RGB Percentages of Color #eedb19

%49.38
%45.44
%5.19

CMYK Percentages of Color #eedb19

%0
%8
%89
%7

Triadic Colors of #eedb19

#eedb19 #19eedb #db19ee

Analogous Colors of #eedb19

#eedb19 #97ee19 #ee7119

Monochromatic Colors of #eedb19

#eedb19

Complementary Color

#eedb19 #192cee

#eedb19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedb19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedb19 Color CSS Codes

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

#eedb19 Text Font Color

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

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


#eedb19 Background Color

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

This div background color is #eedb19


#eedb19 Border Color

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

This div border color is #eedb19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedb19


Comments

No comments written yet.

Please login to write comment.