Color Hex Logo

#ebab0c Color Hex

#EBAB0C
(235,171,12)
0 Favorites   0 Comments

Color spaces of #ebab0c

RGB 23517112
HSL0.120.900.48
HSV43°95°92°
CMYK 0.000.270.95   0.08
XYZ48.890246.81456.8071
Yxy46.81450.47690.4567
Hunter Lab68.42117.809941.9961
CIE-Lab74.071012.381775.9173

#ebab0c color RGB value is (235,171,12).

#ebab0c hex color red value is 235, green value is 171 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ebab0c hue: 0.12 , saturation: 0.90 and the lightness value of ebab0c is 0.48.

The process color (four color CMYK) of #ebab0c color hex is 0.00, 0.27, 0.95, 0.08. Web safe color of #ebab0c is #ff9900. Color #ebab0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 00001100
Octal 353 253 14
Decimal 235 171 12
Hex EB AB C

RGB Percentages of Color #ebab0c

%56.22
%40.91
%2.87

CMYK Percentages of Color #ebab0c

%0
%27
%95
%8

Triadic Colors of #ebab0c

#ebab0c #0cebab #ab0ceb

Analogous Colors of #ebab0c

#ebab0c #bceb0c #eb3c0c

Monochromatic Colors of #ebab0c

#ebab0c

Complementary Color

#ebab0c #0c4ceb

#ebab0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebab0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebab0c Color CSS Codes

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

#ebab0c Text Font Color

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

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


#ebab0c Background Color

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

This div background color is #ebab0c


#ebab0c Border Color

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

This div border color is #ebab0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebab0c


Comments

No comments written yet.

Please login to write comment.