Color Hex Logo

#e49454 Color Hex

#E49454
(228,148,84)
0 Favorites   0 Comments

Color spaces of #e49454

RGB 22814884
HSL0.070.730.61
HSV27°63°89°
CMYK 0.000.350.63   0.11
XYZ44.185038.313913.4540
Yxy38.31390.46050.3993
Hunter Lab61.898219.097330.4417
CIE-Lab68.251324.178645.6454

#e49454 color RGB value is (228,148,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010100 01010100
Octal 344 224 124
Decimal 228 148 84
Hex E4 94 54

RGB Percentages of Color #e49454

%49.57
%32.17
%18.26

CMYK Percentages of Color #e49454

%0
%35
%63
%11

Triadic Colors of #e49454

#e49454 #54e494 #9454e4

Analogous Colors of #e49454

#e49454 #e4dc54 #e4545c

Monochromatic Colors of #e49454

#e49454

Complementary Color

#e49454 #54a4e4

#e49454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49454 Color CSS Codes

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

#e49454 Text Font Color

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

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


#e49454 Background Color

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

This div background color is #e49454


#e49454 Border Color

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

This div border color is #e49454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49454


Comments

No comments written yet.

Please login to write comment.