Color Hex Logo

#ebc757 Color Hex

#EBC757
(235,199,87)
0 Favorites   0 Comments

Color spaces of #ebc757

RGB 23519987
HSL0.130.790.63
HSV45°63°92°
CMYK 0.000.150.63   0.08
XYZ56.404759.197117.4702
Yxy59.19710.42390.4449
Hunter Lab76.9397-3.785540.3952
CIE-Lab81.39980.347059.2525

#ebc757 color RGB value is (235,199,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 01010111
Octal 353 307 127
Decimal 235 199 87
Hex EB C7 57

RGB Percentages of Color #ebc757

%45.11
%38.20
%16.70

CMYK Percentages of Color #ebc757

%0
%15
%63
%8

Triadic Colors of #ebc757

#ebc757 #57ebc7 #c757eb

Analogous Colors of #ebc757

#ebc757 #c5eb57 #eb7d57

Monochromatic Colors of #ebc757

#ebc757

Complementary Color

#ebc757 #577beb

#ebc757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc757 Color CSS Codes

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

#ebc757 Text Font Color

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

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


#ebc757 Background Color

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

This div background color is #ebc757


#ebc757 Border Color

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

This div border color is #ebc757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc757


Comments

No comments written yet.

Please login to write comment.