Color Hex Logo

#e49669 Color Hex

#E49669
(228,150,105)
0 Favorites   0 Comments

Color spaces of #e49669

RGB 228150105
HSL0.060.690.65
HSV22°54°89°
CMYK 0.000.340.54   0.11
XYZ45.451139.326618.5599
Yxy39.32660.43980.3806
Hunter Lab62.710919.627626.3502
CIE-Lab68.987224.671635.6372

#e49669 color RGB value is (228,150,105).

#e49669 hex color red value is 228, green value is 150 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #e49669 hue: 0.06 , saturation: 0.69 and the lightness value of e49669 is 0.65.

The process color (four color CMYK) of #e49669 color hex is 0.00, 0.34, 0.54, 0.11. Web safe color of #e49669 is #cc9966. Color #e49669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010110 01101001
Octal 344 226 151
Decimal 228 150 105
Hex E4 96 69

RGB Percentages of Color #e49669

%47.20
%31.06
%21.74

CMYK Percentages of Color #e49669

%0
%34
%54
%11

Triadic Colors of #e49669

#e49669 #69e496 #9669e4

Analogous Colors of #e49669

#e49669 #e4d469 #e4697a

Monochromatic Colors of #e49669

#e49669

Complementary Color

#e49669 #69b7e4

#e49669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49669 Color CSS Codes

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

#e49669 Text Font Color

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

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


#e49669 Background Color

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

This div background color is #e49669


#e49669 Border Color

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

This div border color is #e49669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49669


Comments

No comments written yet.

Please login to write comment.