Color Hex Logo

#e3d542 Color Hex

#E3D542
(227,213,66)
0 Favorites   0 Comments

Color spaces of #e3d542

RGB 22721366
HSL0.150.740.57
HSV55°71°89°
CMYK 0.000.060.71   0.11
XYZ56.456264.312714.5923
Yxy64.31270.41710.4751
Hunter Lab80.1952-14.680345.3482
CIE-Lab84.1283-11.285970.2858

#e3d542 color RGB value is (227,213,66).

#e3d542 hex color red value is 227, green value is 213 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #e3d542 hue: 0.15 , saturation: 0.74 and the lightness value of e3d542 is 0.57.

The process color (four color CMYK) of #e3d542 color hex is 0.00, 0.06, 0.71, 0.11. Web safe color of #e3d542 is #cccc33. Color #e3d542 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11010101 01000010
Octal 343 325 102
Decimal 227 213 66
Hex E3 D5 42

RGB Percentages of Color #e3d542

%44.86
%42.09
%13.04

CMYK Percentages of Color #e3d542

%0
%6
%71
%11

Triadic Colors of #e3d542

#e3d542 #42e3d5 #d542e3

Analogous Colors of #e3d542

#e3d542 #a1e342 #e38542

Monochromatic Colors of #e3d542

#e3d542

Complementary Color

#e3d542 #4250e3

#e3d542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3d542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3d542 Color CSS Codes

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

#e3d542 Text Font Color

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

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


#e3d542 Background Color

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

This div background color is #e3d542


#e3d542 Border Color

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

This div border color is #e3d542


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,213,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3d542; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3d542;
  -webkit-box-shadow: 1px 1px 3px 2px #e3d542;
  box-shadow:         1px 1px 3px 2px #e3d542; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,213,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3d542


Comments

No comments written yet.

Please login to write comment.