Color Hex Logo

#e6955e Color Hex

#E6955E
(230,149,94)
0 Favorites   0 Comments

Color spaces of #e6955e

RGB 23014994
HSL0.070.730.64
HSV24°59°90°
CMYK 0.000.350.59   0.10
XYZ45.401039.126015.7489
Yxy39.12600.45280.3902
Hunter Lab62.550820.096128.8576
CIE-Lab68.842425.151841.2952

#e6955e color RGB value is (230,149,94).

#e6955e hex color red value is 230, green value is 149 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e6955e hue: 0.07 , saturation: 0.73 and the lightness value of e6955e is 0.64.

The process color (four color CMYK) of #e6955e color hex is 0.00, 0.35, 0.59, 0.10. Web safe color of #e6955e is #ff9966. Color #e6955e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010101 01011110
Octal 346 225 136
Decimal 230 149 94
Hex E6 95 5E

RGB Percentages of Color #e6955e

%48.63
%31.50
%19.87

CMYK Percentages of Color #e6955e

%0
%35
%59
%10

Triadic Colors of #e6955e

#e6955e #5ee695 #955ee6

Analogous Colors of #e6955e

#e6955e #e6d95e #e65e6b

Monochromatic Colors of #e6955e

#e6955e

Complementary Color

#e6955e #5eafe6

#e6955e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6955e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6955e Color CSS Codes

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

#e6955e Text Font Color

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

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


#e6955e Background Color

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

This div background color is #e6955e


#e6955e Border Color

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

This div border color is #e6955e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,149,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6955e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6955e;
  -webkit-box-shadow: 1px 1px 3px 2px #e6955e;
  box-shadow:         1px 1px 3px 2px #e6955e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,149,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6955e


Comments

No comments written yet.

Please login to write comment.