Color Hex Logo

#ebdc86 Color Hex

#EBDC86
(235,220,134)
0 Favorites   0 Comments

Color spaces of #ebdc86

RGB 235220134
HSL0.140.720.72
HSV51°43°92°
CMYK 0.000.060.43   0.08
XYZ64.157270.569832.7941
Yxy70.56980.38300.4213
Hunter Lab84.0058-10.685635.6585
CIE-Lab87.2756-6.549643.9985

#ebdc86 color RGB value is (235,220,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 10000110
Octal 353 334 206
Decimal 235 220 134
Hex EB DC 86

RGB Percentages of Color #ebdc86

%39.90
%37.35
%22.75

CMYK Percentages of Color #ebdc86

%0
%6
%43
%8

Triadic Colors of #ebdc86

#ebdc86 #86ebdc #dc86eb

Analogous Colors of #ebdc86

#ebdc86 #c8eb86 #ebaa86

Monochromatic Colors of #ebdc86

#ebdc86

Complementary Color

#ebdc86 #8695eb

#ebdc86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdc86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdc86 Color CSS Codes

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

#ebdc86 Text Font Color

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

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


#ebdc86 Background Color

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

This div background color is #ebdc86


#ebdc86 Border Color

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

This div border color is #ebdc86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdc86


Comments

No comments written yet.

Please login to write comment.