Color Hex Logo

#ebc123 Color Hex

#EBC123
(235,193,35)
0 Favorites   0 Comments

Color spaces of #ebc123

RGB 23519335
HSL0.130.830.53
HSV47°85°92°
CMYK 0.000.180.85   0.08
XYZ53.634355.92349.5576
Yxy55.92340.45030.4695
Hunter Lab74.7819-2.846644.7697
CIE-Lab79.57021.238375.8917

#ebc123 color RGB value is (235,193,35).

#ebc123 hex color red value is 235, green value is 193 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #ebc123 hue: 0.13 , saturation: 0.83 and the lightness value of ebc123 is 0.53.

The process color (four color CMYK) of #ebc123 color hex is 0.00, 0.18, 0.85, 0.08. Web safe color of #ebc123 is #ffcc33. Color #ebc123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 00100011
Octal 353 301 43
Decimal 235 193 35
Hex EB C1 23

RGB Percentages of Color #ebc123

%50.76
%41.68
%7.56

CMYK Percentages of Color #ebc123

%0
%18
%85
%8

Triadic Colors of #ebc123

#ebc123 #23ebc1 #c123eb

Analogous Colors of #ebc123

#ebc123 #b1eb23 #eb5d23

Monochromatic Colors of #ebc123

#ebc123

Complementary Color

#ebc123 #234deb

#ebc123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc123 Color CSS Codes

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

#ebc123 Text Font Color

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

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


#ebc123 Background Color

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

This div background color is #ebc123


#ebc123 Border Color

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

This div border color is #ebc123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc123


Comments

No comments written yet.

Please login to write comment.