Color Hex Logo

#ebc464 Color Hex

#EBC464
(235,196,100)
0 Favorites   0 Comments

Color spaces of #ebc464

RGB 235196100
HSL0.120.770.66
HSV43°57°92°
CMYK 0.000.170.57   0.08
XYZ56.301158.062120.2963
Yxy58.06210.41810.4312
Hunter Lab76.1985-1.458337.5464
CIE-Lab80.77332.790152.6024

#ebc464 color RGB value is (235,196,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 01100100
Octal 353 304 144
Decimal 235 196 100
Hex EB C4 64

RGB Percentages of Color #ebc464

%44.26
%36.91
%18.83

CMYK Percentages of Color #ebc464

%0
%17
%57
%8

Triadic Colors of #ebc464

#ebc464 #64ebc4 #c464eb

Analogous Colors of #ebc464

#ebc464 #cfeb64 #eb8164

Monochromatic Colors of #ebc464

#ebc464

Complementary Color

#ebc464 #648beb

#ebc464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc464 Color CSS Codes

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

#ebc464 Text Font Color

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

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


#ebc464 Background Color

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

This div background color is #ebc464


#ebc464 Border Color

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

This div border color is #ebc464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc464


Comments

No comments written yet.

Please login to write comment.