Color Hex Logo

#eb886b Color Hex

#EB886B
(235,136,107)
0 Favorites   0 Comments

Color spaces of #eb886b

RGB 235136107
HSL0.040.760.67
HSV14°54°92°
CMYK 0.000.420.54   0.08
XYZ45.719036.332018.5130
Yxy36.33200.45460.3613
Hunter Lab60.276029.908123.9831
CIE-Lab66.772834.983031.9128

#eb886b color RGB value is (235,136,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001000 01101011
Octal 353 210 153
Decimal 235 136 107
Hex EB 88 6B

RGB Percentages of Color #eb886b

%49.16
%28.45
%22.38

CMYK Percentages of Color #eb886b

%0
%42
%54
%8

Triadic Colors of #eb886b

#eb886b #6beb88 #886beb

Analogous Colors of #eb886b

#eb886b #ebc86b #eb6b8e

Monochromatic Colors of #eb886b

#eb886b

Complementary Color

#eb886b #6bceeb

#eb886b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb886b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb886b Color CSS Codes

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

#eb886b Text Font Color

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

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


#eb886b Background Color

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

This div background color is #eb886b


#eb886b Border Color

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

This div border color is #eb886b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb886b


Comments

No comments written yet.

Please login to write comment.