Color Hex Logo

#eb852b Color Hex

#EB852B
(235,133,43)
0 Favorites   0 Comments

Color spaces of #eb852b

RGB 23513343
HSL0.080.830.55
HSV28°82°92°
CMYK 0.000.430.82   0.08
XYZ43.084534.61166.6954
Yxy34.61160.51050.4101
Hunter Lab58.831627.766634.4346
CIE-Lab65.445133.031561.4818

#eb852b color RGB value is (235,133,43).

#eb852b hex color red value is 235, green value is 133 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #eb852b hue: 0.08 , saturation: 0.83 and the lightness value of eb852b is 0.55.

The process color (four color CMYK) of #eb852b color hex is 0.00, 0.43, 0.82, 0.08. Web safe color of #eb852b is #ff9933. Color #eb852b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000101 00101011
Octal 353 205 53
Decimal 235 133 43
Hex EB 85 2B

RGB Percentages of Color #eb852b

%57.18
%32.36
%10.46

CMYK Percentages of Color #eb852b

%0
%43
%82
%8

Triadic Colors of #eb852b

#eb852b #2beb85 #852beb

Analogous Colors of #eb852b

#eb852b #ebe52b #eb2b31

Monochromatic Colors of #eb852b

#eb852b

Complementary Color

#eb852b #2b91eb

#eb852b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb852b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb852b Color CSS Codes

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

#eb852b Text Font Color

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

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


#eb852b Background Color

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

This div background color is #eb852b


#eb852b Border Color

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

This div border color is #eb852b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb852b


Comments

No comments written yet.

Please login to write comment.