Color Hex Logo

#eb806d Color Hex

#EB806D
(235,128,109)
0 Favorites   0 Comments

Color spaces of #eb806d

RGB 235128109
HSL0.030.760.67
HSV54°92°
CMYK 0.000.460.54   0.08
XYZ44.740434.204618.7121
Yxy34.20460.45810.3503
Hunter Lab58.484734.203121.9695
CIE-Lab65.124639.271828.6754

#eb806d color RGB value is (235,128,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000000 01101101
Octal 353 200 155
Decimal 235 128 109
Hex EB 80 6D

RGB Percentages of Color #eb806d

%49.79
%27.12
%23.09

CMYK Percentages of Color #eb806d

%0
%46
%54
%8

Triadic Colors of #eb806d

#eb806d #6deb80 #806deb

Analogous Colors of #eb806d

#eb806d #ebbf6d #eb6d99

Monochromatic Colors of #eb806d

#eb806d

Complementary Color

#eb806d #6dd8eb

#eb806d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb806d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb806d Color CSS Codes

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

#eb806d Text Font Color

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

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


#eb806d Background Color

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

This div background color is #eb806d


#eb806d Border Color

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

This div border color is #eb806d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb806d


Comments

No comments written yet.

Please login to write comment.