Color Hex Logo

#e1da3b Color Hex

#E1DA3B
(225,218,59)
0 Favorites   0 Comments

Color spaces of #e1da3b

RGB 22521859
HSL0.160.730.56
HSV57°74°88°
CMYK 0.000.030.74   0.12
XYZ56.912266.466113.9673
Yxy66.46610.41440.4839
Hunter Lab81.5267-18.064546.9111
CIE-Lab85.2336-14.921673.6741

#e1da3b color RGB value is (225,218,59).

#e1da3b hex color red value is 225, green value is 218 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #e1da3b hue: 0.16 , saturation: 0.73 and the lightness value of e1da3b is 0.56.

The process color (four color CMYK) of #e1da3b color hex is 0.00, 0.03, 0.74, 0.12. Web safe color of #e1da3b is #cccc33. Color #e1da3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011010 00111011
Octal 341 332 73
Decimal 225 218 59
Hex E1 DA 3B

RGB Percentages of Color #e1da3b

%44.82
%43.43
%11.75

CMYK Percentages of Color #e1da3b

%0
%3
%74
%12

Triadic Colors of #e1da3b

#e1da3b #3be1da #da3be1

Analogous Colors of #e1da3b

#e1da3b #95e13b #e1873b

Monochromatic Colors of #e1da3b

#e1da3b

Complementary Color

#e1da3b #3b42e1

#e1da3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1da3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1da3b Color CSS Codes

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

#e1da3b Text Font Color

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

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


#e1da3b Background Color

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

This div background color is #e1da3b


#e1da3b Border Color

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

This div border color is #e1da3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,218,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1da3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1da3b;
  -webkit-box-shadow: 1px 1px 3px 2px #e1da3b;
  box-shadow:         1px 1px 3px 2px #e1da3b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,218,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1da3b


Comments

No comments written yet.

Please login to write comment.