Color Hex Logo

#ebc463 Color Hex

#EBC463
(235,196,99)
0 Favorites   0 Comments

Color spaces of #ebc463

RGB 23519699
HSL0.120.770.65
HSV43°58°92°
CMYK 0.000.170.58   0.08
XYZ56.253058.042920.0429
Yxy58.04290.41870.4321
Hunter Lab76.1859-1.527137.7322
CIE-Lab80.76262.716453.0615

#ebc463 color RGB value is (235,196,99).

#ebc463 hex color red value is 235, green value is 196 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ebc463 hue: 0.12 , saturation: 0.77 and the lightness value of ebc463 is 0.65.

The process color (four color CMYK) of #ebc463 color hex is 0.00, 0.17, 0.58, 0.08. Web safe color of #ebc463 is #ffcc66. Color #ebc463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 01100011
Octal 353 304 143
Decimal 235 196 99
Hex EB C4 63

RGB Percentages of Color #ebc463

%44.34
%36.98
%18.68

CMYK Percentages of Color #ebc463

%0
%17
%58
%8

Triadic Colors of #ebc463

#ebc463 #63ebc4 #c463eb

Analogous Colors of #ebc463

#ebc463 #ceeb63 #eb8063

Monochromatic Colors of #ebc463

#ebc463

Complementary Color

#ebc463 #638aeb

#ebc463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc463 Color CSS Codes

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

#ebc463 Text Font Color

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

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


#ebc463 Background Color

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

This div background color is #ebc463


#ebc463 Border Color

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

This div border color is #ebc463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc463


Comments

No comments written yet.

Please login to write comment.