Color Hex Logo

#ebc10b Color Hex

#EBC10B
(235,193,11)
0 Favorites   0 Comments

Color spaces of #ebc10b

RGB 23519311
HSL0.140.910.48
HSV49°95°92°
CMYK 0.000.180.95   0.08
XYZ53.391355.82638.2781
Yxy55.82630.45440.4751
Hunter Lab74.7170-3.202245.7330
CIE-Lab79.51490.851979.9541

#ebc10b color RGB value is (235,193,11).

#ebc10b hex color red value is 235, green value is 193 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ebc10b hue: 0.14 , saturation: 0.91 and the lightness value of ebc10b is 0.48.

The process color (four color CMYK) of #ebc10b color hex is 0.00, 0.18, 0.95, 0.08. Web safe color of #ebc10b is #ffcc00. Color #ebc10b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 00001011
Octal 353 301 13
Decimal 235 193 11
Hex EB C1 B

RGB Percentages of Color #ebc10b

%53.53
%43.96
%2.51

CMYK Percentages of Color #ebc10b

%0
%18
%95
%8

Triadic Colors of #ebc10b

#ebc10b #0bebc1 #c10beb

Analogous Colors of #ebc10b

#ebc10b #a5eb0b #eb510b

Monochromatic Colors of #ebc10b

#ebc10b

Complementary Color

#ebc10b #0b35eb

#ebc10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc10b Color CSS Codes

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

#ebc10b Text Font Color

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

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


#ebc10b Background Color

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

This div background color is #ebc10b


#ebc10b Border Color

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

This div border color is #ebc10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc10b


Comments

No comments written yet.

Please login to write comment.