Color Hex Logo

#eb8152 Color Hex

#EB8152
(235,129,82)
0 Favorites   0 Comments

Color spaces of #eb8152

RGB 23512982
HSL0.050.790.62
HSV18°65°92°
CMYK 0.000.450.65   0.08
XYZ43.634233.971912.2401
Yxy33.97190.48570.3781
Hunter Lab58.285431.630928.3487
CIE-Lab64.940336.834343.0275

#eb8152 color RGB value is (235,129,82).

#eb8152 hex color red value is 235, green value is 129 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #eb8152 hue: 0.05 , saturation: 0.79 and the lightness value of eb8152 is 0.62.

The process color (four color CMYK) of #eb8152 color hex is 0.00, 0.45, 0.65, 0.08. Web safe color of #eb8152 is #ff9966. Color #eb8152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000001 01010010
Octal 353 201 122
Decimal 235 129 82
Hex EB 81 52

RGB Percentages of Color #eb8152

%52.69
%28.92
%18.39

CMYK Percentages of Color #eb8152

%0
%45
%65
%8

Triadic Colors of #eb8152

#eb8152 #52eb81 #8152eb

Analogous Colors of #eb8152

#eb8152 #ebce52 #eb5270

Monochromatic Colors of #eb8152

#eb8152

Complementary Color

#eb8152 #52bceb

#eb8152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8152 Color CSS Codes

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

#eb8152 Text Font Color

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

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


#eb8152 Background Color

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

This div background color is #eb8152


#eb8152 Border Color

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

This div border color is #eb8152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8152


Comments

No comments written yet.

Please login to write comment.