Color Hex Logo

#e0d617 Color Hex

#E0D617
(224,214,23)
0 Favorites   0 Comments

Color spaces of #e0d617

RGB 22421423
HSL0.160.810.48
HSV57°90°88°
CMYK 0.000.040.90   0.12
XYZ54.941764.002310.2686
Yxy64.00230.42520.4953
Hunter Lab80.0014-17.416148.3908
CIE-Lab83.9670-14.382981.3207

#e0d617 color RGB value is (224,214,23).

#e0d617 hex color red value is 224, green value is 214 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #e0d617 hue: 0.16 , saturation: 0.81 and the lightness value of e0d617 is 0.48.

The process color (four color CMYK) of #e0d617 color hex is 0.00, 0.04, 0.90, 0.12. Web safe color of #e0d617 is #cccc00. Color #e0d617 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11010110 00010111
Octal 340 326 27
Decimal 224 214 23
Hex E0 D6 17

RGB Percentages of Color #e0d617

%48.59
%46.42
%4.99

CMYK Percentages of Color #e0d617

%0
%4
%90
%12

Triadic Colors of #e0d617

#e0d617 #17e0d6 #d617e0

Analogous Colors of #e0d617

#e0d617 #86e017 #e07217

Monochromatic Colors of #e0d617

#e0d617

Complementary Color

#e0d617 #1721e0

#e0d617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0d617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0d617 Color CSS Codes

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

#e0d617 Text Font Color

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

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


#e0d617 Background Color

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

This div background color is #e0d617


#e0d617 Border Color

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

This div border color is #e0d617


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,214,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0d617


Comments

No comments written yet.

Please login to write comment.