Color Hex Logo

#e0d403 Color Hex

#E0D403
(224,212,3)
0 Favorites   0 Comments

Color spaces of #e0d403

RGB 2242123
HSL0.160.970.45
HSV57°99°88°
CMYK 0.000.050.99   0.12
XYZ54.300462.94089.3730
Yxy62.94080.42890.4971
Hunter Lab79.3352-16.663748.5299
CIE-Lab83.4112-13.614483.0901

#e0d403 color RGB value is (224,212,3).

#e0d403 hex color red value is 224, green value is 212 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #e0d403 hue: 0.16 , saturation: 0.97 and the lightness value of e0d403 is 0.45.

The process color (four color CMYK) of #e0d403 color hex is 0.00, 0.05, 0.99, 0.12. Web safe color of #e0d403 is #cccc00. Color #e0d403 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11010100 00000011
Octal 340 324 3
Decimal 224 212 3
Hex E0 D4 3

RGB Percentages of Color #e0d403

%51.03
%48.29
%0.68

CMYK Percentages of Color #e0d403

%0
%5
%99
%12

Triadic Colors of #e0d403

#e0d403 #03e0d4 #d403e0

Analogous Colors of #e0d403

#e0d403 #7ee003 #e06603

Monochromatic Colors of #e0d403

#e0d403

Complementary Color

#e0d403 #030fe0

#e0d403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0d403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0d403 Color CSS Codes

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

#e0d403 Text Font Color

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

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


#e0d403 Background Color

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

This div background color is #e0d403


#e0d403 Border Color

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

This div border color is #e0d403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0d403


Comments

No comments written yet.

Please login to write comment.