Color Hex Logo

#ebc756 Color Hex

#EBC756
(235,199,86)
0 Favorites   0 Comments

Color spaces of #ebc756

RGB 23519986
HSL0.130.790.63
HSV46°63°92°
CMYK 0.000.150.63   0.08
XYZ56.364159.180917.2564
Yxy59.18090.42440.4456
Hunter Lab76.9291-3.843440.5507
CIE-Lab81.39090.284559.6823

#ebc756 color RGB value is (235,199,86).

#ebc756 hex color red value is 235, green value is 199 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ebc756 hue: 0.13 , saturation: 0.79 and the lightness value of ebc756 is 0.63.

The process color (four color CMYK) of #ebc756 color hex is 0.00, 0.15, 0.63, 0.08. Web safe color of #ebc756 is #ffcc66. Color #ebc756 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 01010110
Octal 353 307 126
Decimal 235 199 86
Hex EB C7 56

RGB Percentages of Color #ebc756

%45.19
%38.27
%16.54

CMYK Percentages of Color #ebc756

%0
%15
%63
%8

Triadic Colors of #ebc756

#ebc756 #56ebc7 #c756eb

Analogous Colors of #ebc756

#ebc756 #c5eb56 #eb7d56

Monochromatic Colors of #ebc756

#ebc756

Complementary Color

#ebc756 #567aeb

#ebc756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc756 Color CSS Codes

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

#ebc756 Text Font Color

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

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


#ebc756 Background Color

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

This div background color is #ebc756


#ebc756 Border Color

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

This div border color is #ebc756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc756


Comments

No comments written yet.

Please login to write comment.