Color Hex Logo

#ebe564 Color Hex

#EBE564
(235,229,100)
0 Favorites   0 Comments

Color spaces of #ebe564

RGB 235229100
HSL0.160.770.66
HSV57°57°92°
CMYK 0.000.030.57   0.08
XYZ64.580574.620923.0561
Yxy74.62090.39800.4599
Hunter Lab86.3834-17.723844.6436
CIE-Lab89.2151-13.947262.1974

#ebe564 color RGB value is (235,229,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100101 01100100
Octal 353 345 144
Decimal 235 229 100
Hex EB E5 64

RGB Percentages of Color #ebe564

%41.67
%40.60
%17.73

CMYK Percentages of Color #ebe564

%0
%3
%57
%8

Triadic Colors of #ebe564

#ebe564 #64ebe5 #e564eb

Analogous Colors of #ebe564

#ebe564 #aeeb64 #eba264

Monochromatic Colors of #ebe564

#ebe564

Complementary Color

#ebe564 #646aeb

#ebe564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe564 Color CSS Codes

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

#ebe564 Text Font Color

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

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


#ebe564 Background Color

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

This div background color is #ebe564


#ebe564 Border Color

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

This div border color is #ebe564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe564


Comments

No comments written yet.

Please login to write comment.