Color Hex Logo

#eed619 Color Hex

#EED619
(238,214,25)
0 Favorites   0 Comments

Color spaces of #eed619

RGB 23821425
HSL0.150.860.52
HSV53°89°93°
CMYK 0.000.100.89   0.07
XYZ59.481966.340510.5897
Yxy66.34050.43600.4863
Hunter Lab81.4497-12.180149.3062
CIE-Lab85.1698-8.396982.4554

#eed619 color RGB value is (238,214,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 00011001
Octal 356 326 31
Decimal 238 214 25
Hex EE D6 19

RGB Percentages of Color #eed619

%49.90
%44.86
%5.24

CMYK Percentages of Color #eed619

%0
%10
%89
%7

Triadic Colors of #eed619

#eed619 #19eed6 #d619ee

Analogous Colors of #eed619

#eed619 #9cee19 #ee6c19

Monochromatic Colors of #eed619

#eed619

Complementary Color

#eed619 #1931ee

#eed619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed619 Color CSS Codes

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

#eed619 Text Font Color

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

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


#eed619 Background Color

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

This div background color is #eed619


#eed619 Border Color

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

This div border color is #eed619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed619


Comments

No comments written yet.

Please login to write comment.