Color Hex Logo

#ebb20c Color Hex

#EBB20C
(235,178,12)
0 Favorites   0 Comments

Color spaces of #ebb20c

RGB 23517812
HSL0.120.900.48
HSV45°95°92°
CMYK 0.000.240.95   0.08
XYZ50.247749.52957.2596
Yxy49.52950.46940.4627
Hunter Lab70.37724.284843.1481
CIE-Lab75.77968.691277.1419

#ebb20c color RGB value is (235,178,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 00001100
Octal 353 262 14
Decimal 235 178 12
Hex EB B2 C

RGB Percentages of Color #ebb20c

%55.29
%41.88
%2.82

CMYK Percentages of Color #ebb20c

%0
%24
%95
%8

Triadic Colors of #ebb20c

#ebb20c #0cebb2 #b20ceb

Analogous Colors of #ebb20c

#ebb20c #b5eb0c #eb430c

Monochromatic Colors of #ebb20c

#ebb20c

Complementary Color

#ebb20c #0c45eb

#ebb20c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb20c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb20c Color CSS Codes

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

#ebb20c Text Font Color

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

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


#ebb20c Background Color

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

This div background color is #ebb20c


#ebb20c Border Color

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

This div border color is #ebb20c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,178,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 #ebb20c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb20c


Comments

No comments written yet.

Please login to write comment.