Color Hex Logo

#eb936a Color Hex

#EB936A
(235,147,106)
0 Favorites   0 Comments

Color spaces of #eb936a

RGB 235147106
HSL0.050.760.67
HSV19°55°92°
CMYK 0.000.370.55   0.08
XYZ47.296239.570218.7807
Yxy39.57020.44770.3746
Hunter Lab62.904824.125126.3319
CIE-Lab69.162329.137735.5011

#eb936a color RGB value is (235,147,106).

#eb936a hex color red value is 235, green value is 147 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #eb936a hue: 0.05 , saturation: 0.76 and the lightness value of eb936a is 0.67.

The process color (four color CMYK) of #eb936a color hex is 0.00, 0.37, 0.55, 0.08. Web safe color of #eb936a is #ff9966. Color #eb936a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010011 01101010
Octal 353 223 152
Decimal 235 147 106
Hex EB 93 6A

RGB Percentages of Color #eb936a

%48.16
%30.12
%21.72

CMYK Percentages of Color #eb936a

%0
%37
%55
%8

Triadic Colors of #eb936a

#eb936a #6aeb93 #936aeb

Analogous Colors of #eb936a

#eb936a #ebd46a #eb6a82

Monochromatic Colors of #eb936a

#eb936a

Complementary Color

#eb936a #6ac2eb

#eb936a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb936a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb936a Color CSS Codes

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

#eb936a Text Font Color

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

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


#eb936a Background Color

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

This div background color is #eb936a


#eb936a Border Color

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

This div border color is #eb936a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,147,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eb936a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eb936a;
  -webkit-box-shadow: 1px 1px 3px 2px #eb936a;
  box-shadow:         1px 1px 3px 2px #eb936a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,147,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb936a


Comments

No comments written yet.

Please login to write comment.