Color Hex Logo

#ebdb86 Color Hex

#EBDB86
(235,219,134)
0 Favorites   0 Comments

Color spaces of #ebdb86

RGB 235219134
HSL0.140.720.72
HSV50°43°92°
CMYK 0.000.070.43   0.08
XYZ63.895570.046432.7069
Yxy70.04640.38340.4203
Hunter Lab83.6937-10.189235.4155
CIE-Lab87.0196-6.043543.6761

#ebdb86 color RGB value is (235,219,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 10000110
Octal 353 333 206
Decimal 235 219 134
Hex EB DB 86

RGB Percentages of Color #ebdb86

%39.97
%37.24
%22.79

CMYK Percentages of Color #ebdb86

%0
%7
%43
%8

Triadic Colors of #ebdb86

#ebdb86 #86ebdb #db86eb

Analogous Colors of #ebdb86

#ebdb86 #c9eb86 #eba986

Monochromatic Colors of #ebdb86

#ebdb86

Complementary Color

#ebdb86 #8696eb

#ebdb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb86 Color CSS Codes

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

#ebdb86 Text Font Color

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

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


#ebdb86 Background Color

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

This div background color is #ebdb86


#ebdb86 Border Color

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

This div border color is #ebdb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb86


Comments

No comments written yet.

Please login to write comment.