Color Hex Logo

#eedd19 Color Hex

#EEDD19
(238,221,25)
0 Favorites   0 Comments

Color spaces of #eedd19

RGB 23822125
HSL0.150.860.52
HSV55°89°93°
CMYK 0.000.070.89   0.07
XYZ61.291869.960211.1930
Yxy69.96020.43030.4911
Hunter Lab83.6422-15.571750.6154
CIE-Lab86.9773-11.893583.8574

#eedd19 color RGB value is (238,221,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 00011001
Octal 356 335 31
Decimal 238 221 25
Hex EE DD 19

RGB Percentages of Color #eedd19

%49.17
%45.66
%5.17

CMYK Percentages of Color #eedd19

%0
%7
%89
%7

Triadic Colors of #eedd19

#eedd19 #19eedd #dd19ee

Analogous Colors of #eedd19

#eedd19 #95ee19 #ee7319

Monochromatic Colors of #eedd19

#eedd19

Complementary Color

#eedd19 #192aee

#eedd19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedd19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedd19 Color CSS Codes

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

#eedd19 Text Font Color

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

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


#eedd19 Background Color

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

This div background color is #eedd19


#eedd19 Border Color

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

This div border color is #eedd19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedd19


Comments

No comments written yet.

Please login to write comment.