Color Hex Logo

#ebc753 Color Hex

#EBC753
(235,199,83)
0 Favorites   0 Comments

Color spaces of #ebc753

RGB 23519983
HSL0.130.790.62
HSV46°65°92°
CMYK 0.000.150.65   0.08
XYZ56.245759.133516.6331
Yxy59.13350.42610.4479
Hunter Lab76.8983-4.011941.0044
CIE-Lab81.36490.102260.9566

#ebc753 color RGB value is (235,199,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 01010011
Octal 353 307 123
Decimal 235 199 83
Hex EB C7 53

RGB Percentages of Color #ebc753

%45.45
%38.49
%16.05

CMYK Percentages of Color #ebc753

%0
%15
%65
%8

Triadic Colors of #ebc753

#ebc753 #53ebc7 #c753eb

Analogous Colors of #ebc753

#ebc753 #c3eb53 #eb7b53

Monochromatic Colors of #ebc753

#ebc753

Complementary Color

#ebc753 #5377eb

#ebc753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc753 Color CSS Codes

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

#ebc753 Text Font Color

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

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


#ebc753 Background Color

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

This div background color is #ebc753


#ebc753 Border Color

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

This div border color is #ebc753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc753


Comments

No comments written yet.

Please login to write comment.