Color Hex Logo

#eed719 Color Hex

#EED719
(238,215,25)
0 Favorites   0 Comments

Color spaces of #eed719

RGB 23821525
HSL0.150.860.52
HSV54°89°93°
CMYK 0.000.100.89   0.07
XYZ59.735866.848210.6743
Yxy66.84820.43520.4870
Hunter Lab81.7607-12.666249.4919
CIE-Lab85.4272-8.898882.6550

#eed719 color RGB value is (238,215,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010111 00011001
Octal 356 327 31
Decimal 238 215 25
Hex EE D7 19

RGB Percentages of Color #eed719

%49.79
%44.98
%5.23

CMYK Percentages of Color #eed719

%0
%10
%89
%7

Triadic Colors of #eed719

#eed719 #19eed7 #d719ee

Analogous Colors of #eed719

#eed719 #9bee19 #ee6d19

Monochromatic Colors of #eed719

#eed719

Complementary Color

#eed719 #1930ee

#eed719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed719 Color CSS Codes

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

#eed719 Text Font Color

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

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


#eed719 Background Color

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

This div background color is #eed719


#eed719 Border Color

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

This div border color is #eed719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed719


Comments

No comments written yet.

Please login to write comment.