Color Hex Logo

#e49453 Color Hex

#E49453
(228,148,83)
0 Favorites   0 Comments

Color spaces of #e49453

RGB 22814883
HSL0.070.730.61
HSV27°64°89°
CMYK 0.000.350.64   0.11
XYZ44.146138.298313.2492
Yxy38.29830.46130.4002
Hunter Lab61.885619.033130.6264
CIE-Lab68.239924.114246.1337

#e49453 color RGB value is (228,148,83).

#e49453 hex color red value is 228, green value is 148 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #e49453 hue: 0.07 , saturation: 0.73 and the lightness value of e49453 is 0.61.

The process color (four color CMYK) of #e49453 color hex is 0.00, 0.35, 0.64, 0.11. Web safe color of #e49453 is #cc9966. Color #e49453 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010100 01010011
Octal 344 224 123
Decimal 228 148 83
Hex E4 94 53

RGB Percentages of Color #e49453

%49.67
%32.24
%18.08

CMYK Percentages of Color #e49453

%0
%35
%64
%11

Triadic Colors of #e49453

#e49453 #53e494 #9453e4

Analogous Colors of #e49453

#e49453 #e4dd53 #e4535b

Monochromatic Colors of #e49453

#e49453

Complementary Color

#e49453 #53a3e4

#e49453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49453 Color CSS Codes

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

#e49453 Text Font Color

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

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


#e49453 Background Color

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

This div background color is #e49453


#e49453 Border Color

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

This div border color is #e49453


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,148,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e49453; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e49453;
  -webkit-box-shadow: 1px 1px 3px 2px #e49453;
  box-shadow:         1px 1px 3px 2px #e49453; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,148,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49453


Comments

No comments written yet.

Please login to write comment.