Color Hex Logo

#ebd463 Color Hex

#EBD463
(235,212,99)
0 Favorites   0 Comments

Color spaces of #ebd463

RGB 23521299
HSL0.140.770.65
HSV50°58°92°
CMYK 0.000.100.58   0.08
XYZ60.056665.650021.3108
Yxy65.65000.40850.4465
Hunter Lab81.0247-9.486641.1231
CIE-Lab84.8176-5.505757.7026

#ebd463 color RGB value is (235,212,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 01100011
Octal 353 324 143
Decimal 235 212 99
Hex EB D4 63

RGB Percentages of Color #ebd463

%43.04
%38.83
%18.13

CMYK Percentages of Color #ebd463

%0
%10
%58
%8

Triadic Colors of #ebd463

#ebd463 #63ebd4 #d463eb

Analogous Colors of #ebd463

#ebd463 #beeb63 #eb9063

Monochromatic Colors of #ebd463

#ebd463

Complementary Color

#ebd463 #637aeb

#ebd463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd463 Color CSS Codes

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

#ebd463 Text Font Color

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

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


#ebd463 Background Color

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

This div background color is #ebd463


#ebd463 Border Color

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

This div border color is #ebd463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd463


Comments

No comments written yet.

Please login to write comment.