Color Hex Logo

#ebb030 Color Hex

#EBB030
(235,176,48)
0 Favorites   0 Comments

Color spaces of #ebb030

RGB 23517648
HSL0.110.820.55
HSV41°80°92°
CMYK 0.000.250.80   0.08
XYZ50.319848.92629.5879
Yxy48.92620.46240.4495
Hunter Lab69.94736.004540.8360
CIE-Lab75.405410.497268.6171

#ebb030 color RGB value is (235,176,48).

#ebb030 hex color red value is 235, green value is 176 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ebb030 hue: 0.11 , saturation: 0.82 and the lightness value of ebb030 is 0.55.

The process color (four color CMYK) of #ebb030 color hex is 0.00, 0.25, 0.80, 0.08. Web safe color of #ebb030 is #ff9933. Color #ebb030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110000 00110000
Octal 353 260 60
Decimal 235 176 48
Hex EB B0 30

RGB Percentages of Color #ebb030

%51.20
%38.34
%10.46

CMYK Percentages of Color #ebb030

%0
%25
%80
%8

Triadic Colors of #ebb030

#ebb030 #30ebb0 #b030eb

Analogous Colors of #ebb030

#ebb030 #c9eb30 #eb5330

Monochromatic Colors of #ebb030

#ebb030

Complementary Color

#ebb030 #306beb

#ebb030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb030 Color CSS Codes

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

#ebb030 Text Font Color

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

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


#ebb030 Background Color

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

This div background color is #ebb030


#ebb030 Border Color

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

This div border color is #ebb030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb030


Comments

No comments written yet.

Please login to write comment.