Color Hex Logo

#ebb406 Color Hex

#EBB406
(235,180,6)
0 Favorites   0 Comments

Color spaces of #ebb406

RGB 2351806
HSL0.130.950.47
HSV46°97°92°
CMYK 0.000.230.97   0.08
XYZ50.615150.31787.2169
Yxy50.31780.46800.4653
Hunter Lab70.93503.230843.6224
CIE-Lab76.26397.586478.1363

#ebb406 color RGB value is (235,180,6).

#ebb406 hex color red value is 235, green value is 180 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ebb406 hue: 0.13 , saturation: 0.95 and the lightness value of ebb406 is 0.47.

The process color (four color CMYK) of #ebb406 color hex is 0.00, 0.23, 0.97, 0.08. Web safe color of #ebb406 is #ffcc00. Color #ebb406 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 00000110
Octal 353 264 6
Decimal 235 180 6
Hex EB B4 6

RGB Percentages of Color #ebb406

%55.82
%42.76
%1.43

CMYK Percentages of Color #ebb406

%0
%23
%97
%8

Triadic Colors of #ebb406

#ebb406 #06ebb4 #b406eb

Analogous Colors of #ebb406

#ebb406 #b0eb06 #eb4206

Monochromatic Colors of #ebb406

#ebb406

Complementary Color

#ebb406 #063deb

#ebb406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb406 Color CSS Codes

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

#ebb406 Text Font Color

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

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


#ebb406 Background Color

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

This div background color is #ebb406


#ebb406 Border Color

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

This div border color is #ebb406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb406


Comments

No comments written yet.

Please login to write comment.