Color Hex Logo

#eb856b Color Hex

#EB856B
(235,133,107)
0 Favorites   0 Comments

Color spaces of #eb856b

RGB 235133107
HSL0.030.760.67
HSV12°54°92°
CMYK 0.000.430.54   0.08
XYZ45.302335.498818.3742
Yxy35.49880.45680.3579
Hunter Lab59.580931.455923.4221
CIE-Lab66.135236.537631.0910

#eb856b color RGB value is (235,133,107).

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

The process color (four color CMYK) of #eb856b color hex is 0.00, 0.43, 0.54, 0.08. Web safe color of #eb856b is #ff9966. Color #eb856b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000101 01101011
Octal 353 205 153
Decimal 235 133 107
Hex EB 85 6B

RGB Percentages of Color #eb856b

%49.47
%28.00
%22.53

CMYK Percentages of Color #eb856b

%0
%43
%54
%8

Triadic Colors of #eb856b

#eb856b #6beb85 #856beb

Analogous Colors of #eb856b

#eb856b #ebc56b #eb6b91

Monochromatic Colors of #eb856b

#eb856b

Complementary Color

#eb856b #6bd1eb

#eb856b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb856b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb856b Color CSS Codes

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

#eb856b Text Font Color

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

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


#eb856b Background Color

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

This div background color is #eb856b


#eb856b Border Color

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

This div border color is #eb856b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb856b


Comments

No comments written yet.

Please login to write comment.