Color Hex Logo

#eb8029 Color Hex

#EB8029
(235,128,41)
0 Favorites   0 Comments

Color spaces of #eb8029

RGB 23512841
HSL0.070.830.54
HSV27°83°92°
CMYK 0.000.460.83   0.08
XYZ42.380433.26066.2841
Yxy33.26060.51730.4060
Hunter Lab57.672030.245133.9100
CIE-Lab64.371435.556061.2811

#eb8029 color RGB value is (235,128,41).

#eb8029 hex color red value is 235, green value is 128 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #eb8029 hue: 0.07 , saturation: 0.83 and the lightness value of eb8029 is 0.54.

The process color (four color CMYK) of #eb8029 color hex is 0.00, 0.46, 0.83, 0.08. Web safe color of #eb8029 is #ff9933. Color #eb8029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000000 00101001
Octal 353 200 51
Decimal 235 128 41
Hex EB 80 29

RGB Percentages of Color #eb8029

%58.17
%31.68
%10.15

CMYK Percentages of Color #eb8029

%0
%46
%83
%8

Triadic Colors of #eb8029

#eb8029 #29eb80 #8029eb

Analogous Colors of #eb8029

#eb8029 #ebe129 #eb2933

Monochromatic Colors of #eb8029

#eb8029

Complementary Color

#eb8029 #2994eb

#eb8029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8029 Color CSS Codes

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

#eb8029 Text Font Color

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

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


#eb8029 Background Color

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

This div background color is #eb8029


#eb8029 Border Color

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

This div border color is #eb8029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8029


Comments

No comments written yet.

Please login to write comment.