Color Hex Logo

#ebbd86 Color Hex

#EBBD86
(235,189,134)
0 Favorites   0 Comments

Color spaces of #ebbd86

RGB 235189134
HSL0.090.720.72
HSV33°43°92°
CMYK 0.000.200.43   0.08
XYZ56.761655.778630.3289
Yxy55.77860.39730.3904
Hunter Lab74.68514.963428.2024
CIE-Lab79.48769.473534.0181

#ebbd86 color RGB value is (235,189,134).

#ebbd86 hex color red value is 235, green value is 189 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ebbd86 hue: 0.09 , saturation: 0.72 and the lightness value of ebbd86 is 0.72.

The process color (four color CMYK) of #ebbd86 color hex is 0.00, 0.20, 0.43, 0.08. Web safe color of #ebbd86 is #ffcc99. Color #ebbd86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 10000110
Octal 353 275 206
Decimal 235 189 134
Hex EB BD 86

RGB Percentages of Color #ebbd86

%42.11
%33.87
%24.01

CMYK Percentages of Color #ebbd86

%0
%20
%43
%8

Triadic Colors of #ebbd86

#ebbd86 #86ebbd #bd86eb

Analogous Colors of #ebbd86

#ebbd86 #e7eb86 #eb8b86

Monochromatic Colors of #ebbd86

#ebbd86

Complementary Color

#ebbd86 #86b4eb

#ebbd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbd86 Color CSS Codes

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

#ebbd86 Text Font Color

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

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


#ebbd86 Background Color

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

This div background color is #ebbd86


#ebbd86 Border Color

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

This div border color is #ebbd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbd86


Comments

No comments written yet.

Please login to write comment.