Color Hex Logo

#ebb812 Color Hex

#EBB812
(235,184,18)
0 Favorites   0 Comments

Color spaces of #ebb812

RGB 23518418
HSL0.130.860.50
HSV46°92°92°
CMYK 0.000.220.92   0.08
XYZ51.510651.98687.8918
Yxy51.98680.46240.4667
Hunter Lab72.10191.344743.9818
CIE-Lab77.27295.613377.4277

#ebb812 color RGB value is (235,184,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 00010010
Octal 353 270 22
Decimal 235 184 18
Hex EB B8 12

RGB Percentages of Color #ebb812

%53.78
%42.11
%4.12

CMYK Percentages of Color #ebb812

%0
%22
%92
%8

Triadic Colors of #ebb812

#ebb812 #12ebb8 #b812eb

Analogous Colors of #ebb812

#ebb812 #b2eb12 #eb4c12

Monochromatic Colors of #ebb812

#ebb812

Complementary Color

#ebb812 #1245eb

#ebb812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb812 Color CSS Codes

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

#ebb812 Text Font Color

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

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


#ebb812 Background Color

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

This div background color is #ebb812


#ebb812 Border Color

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

This div border color is #ebb812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb812


Comments

No comments written yet.

Please login to write comment.