Color Hex Logo

#ebb20b Color Hex

#EBB20B
(235,178,11)
0 Favorites   0 Comments

Color spaces of #ebb20b

RGB 23517811
HSL0.120.910.48
HSV45°95°92°
CMYK 0.000.240.95   0.08
XYZ50.241749.52717.2283
Yxy49.52710.46960.4629
Hunter Lab70.37554.275643.1731
CIE-Lab75.77818.681577.2560

#ebb20b color RGB value is (235,178,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 00001011
Octal 353 262 13
Decimal 235 178 11
Hex EB B2 B

RGB Percentages of Color #ebb20b

%55.42
%41.98
%2.59

CMYK Percentages of Color #ebb20b

%0
%24
%95
%8

Triadic Colors of #ebb20b

#ebb20b #0bebb2 #b20beb

Analogous Colors of #ebb20b

#ebb20b #b4eb0b #eb420b

Monochromatic Colors of #ebb20b

#ebb20b

Complementary Color

#ebb20b #0b44eb

#ebb20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb20b Color CSS Codes

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

#ebb20b Text Font Color

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

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


#ebb20b Background Color

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

This div background color is #ebb20b


#ebb20b Border Color

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

This div border color is #ebb20b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb20b


Comments

No comments written yet.

Please login to write comment.