Color Hex Logo

#eb865d Color Hex

#EB865D
(235,134,93)
0 Favorites   0 Comments

Color spaces of #eb865d

RGB 23513493
HSL0.050.780.64
HSV17°60°92°
CMYK 0.000.430.60   0.08
XYZ44.761835.502714.8494
Yxy35.50270.47060.3733
Hunter Lab59.584129.823526.9328
CIE-Lab66.138234.965138.6707

#eb865d color RGB value is (235,134,93).

#eb865d hex color red value is 235, green value is 134 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #eb865d hue: 0.05 , saturation: 0.78 and the lightness value of eb865d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000110 01011101
Octal 353 206 135
Decimal 235 134 93
Hex EB 86 5D

RGB Percentages of Color #eb865d

%50.87
%29.00
%20.13

CMYK Percentages of Color #eb865d

%0
%43
%60
%8

Triadic Colors of #eb865d

#eb865d #5deb86 #865deb

Analogous Colors of #eb865d

#eb865d #ebcd5d #eb5d7b

Monochromatic Colors of #eb865d

#eb865d

Complementary Color

#eb865d #5dc2eb

#eb865d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb865d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb865d Color CSS Codes

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

#eb865d Text Font Color

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

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


#eb865d Background Color

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

This div background color is #eb865d


#eb865d Border Color

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

This div border color is #eb865d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb865d


Comments

No comments written yet.

Please login to write comment.