Color Hex Logo

#ebba12 Color Hex

#EBBA12
(235,186,18)
0 Favorites   0 Comments

Color spaces of #ebba12

RGB 23518618
HSL0.130.860.50
HSV46°92°92°
CMYK 0.000.210.92   0.08
XYZ51.929052.82378.0313
Yxy52.82370.46040.4684
Hunter Lab72.67990.346444.3243
CIE-Lab77.77084.568177.7976

#ebba12 color RGB value is (235,186,18).

#ebba12 hex color red value is 235, green value is 186 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ebba12 hue: 0.13 , saturation: 0.86 and the lightness value of ebba12 is 0.50.

The process color (four color CMYK) of #ebba12 color hex is 0.00, 0.21, 0.92, 0.08. Web safe color of #ebba12 is #ffcc00. Color #ebba12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 00010010
Octal 353 272 22
Decimal 235 186 18
Hex EB BA 12

RGB Percentages of Color #ebba12

%53.53
%42.37
%4.10

CMYK Percentages of Color #ebba12

%0
%21
%92
%8

Triadic Colors of #ebba12

#ebba12 #12ebba #ba12eb

Analogous Colors of #ebba12

#ebba12 #b0eb12 #eb4e12

Monochromatic Colors of #ebba12

#ebba12

Complementary Color

#ebba12 #1243eb

#ebba12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebba12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebba12 Color CSS Codes

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

#ebba12 Text Font Color

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

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


#ebba12 Background Color

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

This div background color is #ebba12


#ebba12 Border Color

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

This div border color is #ebba12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebba12


Comments

No comments written yet.

Please login to write comment.