Color Hex Logo

#eb9832 Color Hex

#EB9832
(235,152,50)
0 Favorites   0 Comments

Color spaces of #eb9832

RGB 23515250
HSL0.090.820.56
HSV33°79°92°
CMYK 0.000.350.79   0.08
XYZ46.064940.34898.3778
Yxy40.34890.48600.4257
Hunter Lab63.520818.285836.6447
CIE-Lab69.717323.276862.7230

#eb9832 color RGB value is (235,152,50).

#eb9832 hex color red value is 235, green value is 152 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #eb9832 hue: 0.09 , saturation: 0.82 and the lightness value of eb9832 is 0.56.

The process color (four color CMYK) of #eb9832 color hex is 0.00, 0.35, 0.79, 0.08. Web safe color of #eb9832 is #ff9933. Color #eb9832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011000 00110010
Octal 353 230 62
Decimal 235 152 50
Hex EB 98 32

RGB Percentages of Color #eb9832

%53.78
%34.78
%11.44

CMYK Percentages of Color #eb9832

%0
%35
%79
%8

Triadic Colors of #eb9832

#eb9832 #32eb98 #9832eb

Analogous Colors of #eb9832

#eb9832 #e2eb32 #eb3c32

Monochromatic Colors of #eb9832

#eb9832

Complementary Color

#eb9832 #3285eb

#eb9832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9832 Color CSS Codes

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

#eb9832 Text Font Color

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

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


#eb9832 Background Color

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

This div background color is #eb9832


#eb9832 Border Color

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

This div border color is #eb9832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9832


Comments

No comments written yet.

Please login to write comment.