Color Hex Logo

#ebe560 Color Hex

#EBE560
(235,229,96)
0 Favorites   0 Comments

Color spaces of #ebe560

RGB 23522996
HSL0.160.780.65
HSV57°59°92°
CMYK 0.000.030.59   0.08
XYZ64.391674.545322.0612
Yxy74.54530.40000.4630
Hunter Lab86.3396-17.970045.2882
CIE-Lab89.1796-14.223063.8761

#ebe560 color RGB value is (235,229,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100101 01100000
Octal 353 345 140
Decimal 235 229 96
Hex EB E5 60

RGB Percentages of Color #ebe560

%41.96
%40.89
%17.14

CMYK Percentages of Color #ebe560

%0
%3
%59
%8

Triadic Colors of #ebe560

#ebe560 #60ebe5 #e560eb

Analogous Colors of #ebe560

#ebe560 #aceb60 #eba060

Monochromatic Colors of #ebe560

#ebe560

Complementary Color

#ebe560 #6066eb

#ebe560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe560 Color CSS Codes

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

#ebe560 Text Font Color

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

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


#ebe560 Background Color

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

This div background color is #ebe560


#ebe560 Border Color

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

This div border color is #ebe560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe560


Comments

No comments written yet.

Please login to write comment.