Color Hex Logo

#eb866b Color Hex

#EB866B
(235,134,107)
0 Favorites   0 Comments

Color spaces of #eb866b

RGB 235134107
HSL0.040.760.67
HSV13°54°92°
CMYK 0.000.430.54   0.08
XYZ45.439935.773918.4200
Yxy35.77390.45610.3591
Hunter Lab59.811330.940523.6084
CIE-Lab66.346836.020531.3642

#eb866b color RGB value is (235,134,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000110 01101011
Octal 353 206 153
Decimal 235 134 107
Hex EB 86 6B

RGB Percentages of Color #eb866b

%49.37
%28.15
%22.48

CMYK Percentages of Color #eb866b

%0
%43
%54
%8

Triadic Colors of #eb866b

#eb866b #6beb86 #866beb

Analogous Colors of #eb866b

#eb866b #ebc66b #eb6b90

Monochromatic Colors of #eb866b

#eb866b

Complementary Color

#eb866b #6bd0eb

#eb866b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb866b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb866b Color CSS Codes

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

#eb866b Text Font Color

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

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


#eb866b Background Color

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

This div background color is #eb866b


#eb866b Border Color

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

This div border color is #eb866b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,134,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 #eb866b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb866b


Comments

No comments written yet.

Please login to write comment.