Color Hex Logo

#e3e072 Color Hex

#E3E072
(227,224,114)
0 Favorites   0 Comments

Color spaces of #e3e072

RGB 227224114
HSL0.160.670.67
HSV58°50°89°
CMYK 0.000.010.50   0.11
XYZ61.371570.857126.3618
Yxy70.85710.38700.4468
Hunter Lab84.1767-17.168440.3557
CIE-Lab87.4155-13.595153.6500

#e3e072 color RGB value is (227,224,114).

#e3e072 hex color red value is 227, green value is 224 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #e3e072 hue: 0.16 , saturation: 0.67 and the lightness value of e3e072 is 0.67.

The process color (four color CMYK) of #e3e072 color hex is 0.00, 0.01, 0.50, 0.11. Web safe color of #e3e072 is #cccc66. Color #e3e072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11100000 01110010
Octal 343 340 162
Decimal 227 224 114
Hex E3 E0 72

RGB Percentages of Color #e3e072

%40.18
%39.65
%20.18

CMYK Percentages of Color #e3e072

%0
%1
%50
%11

Triadic Colors of #e3e072

#e3e072 #72e3e0 #e072e3

Analogous Colors of #e3e072

#e3e072 #aee372 #e3a872

Monochromatic Colors of #e3e072

#e3e072

Complementary Color

#e3e072 #7275e3

#e3e072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3e072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3e072 Color CSS Codes

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

#e3e072 Text Font Color

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

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


#e3e072 Background Color

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

This div background color is #e3e072


#e3e072 Border Color

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

This div border color is #e3e072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3e072


Comments

No comments written yet.

Please login to write comment.