Color Hex Logo

#ebdc96 Color Hex

#EBDC96
(235,220,150)
0 Favorites   0 Comments

Color spaces of #ebdc96

RGB 235220150
HSL0.140.680.75
HSV49°36°92°
CMYK 0.000.060.36   0.08
XYZ65.359271.050639.1235
Yxy71.05060.37230.4048
Hunter Lab84.2915-9.102231.4849
CIE-Lab87.5096-4.836136.2791

#ebdc96 color RGB value is (235,220,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 10010110
Octal 353 334 226
Decimal 235 220 150
Hex EB DC 96

RGB Percentages of Color #ebdc96

%38.84
%36.36
%24.79

CMYK Percentages of Color #ebdc96

%0
%6
%36
%8

Triadic Colors of #ebdc96

#ebdc96 #96ebdc #dc96eb

Analogous Colors of #ebdc96

#ebdc96 #d0eb96 #ebb296

Monochromatic Colors of #ebdc96

#ebdc96

Complementary Color

#ebdc96 #96a5eb

#ebdc96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdc96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdc96 Color CSS Codes

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

#ebdc96 Text Font Color

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

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


#ebdc96 Background Color

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

This div background color is #ebdc96


#ebdc96 Border Color

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

This div border color is #ebdc96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdc96


Comments

No comments written yet.

Please login to write comment.