Color Hex Logo

#ebc856 Color Hex

#EBC856
(235,200,86)
0 Favorites   0 Comments

Color spaces of #ebc856

RGB 23520086
HSL0.130.790.63
HSV46°63°92°
CMYK 0.000.150.63   0.08
XYZ56.594959.642617.3334
Yxy59.64260.42370.4465
Hunter Lab77.2286-4.341240.7528
CIE-Lab81.6435-0.231859.9571

#ebc856 color RGB value is (235,200,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 01010110
Octal 353 310 126
Decimal 235 200 86
Hex EB C8 56

RGB Percentages of Color #ebc856

%45.11
%38.39
%16.51

CMYK Percentages of Color #ebc856

%0
%15
%63
%8

Triadic Colors of #ebc856

#ebc856 #56ebc8 #c856eb

Analogous Colors of #ebc856

#ebc856 #c4eb56 #eb7e56

Monochromatic Colors of #ebc856

#ebc856

Complementary Color

#ebc856 #5679eb

#ebc856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc856 Color CSS Codes

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

#ebc856 Text Font Color

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

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


#ebc856 Background Color

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

This div background color is #ebc856


#ebc856 Border Color

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

This div border color is #ebc856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc856


Comments

No comments written yet.

Please login to write comment.