Color Hex Logo

#ebb212 Color Hex

#EBB212
(235,178,18)
0 Favorites   0 Comments

Color spaces of #ebb212

RGB 23517818
HSL0.120.860.50
HSV44°92°92°
CMYK 0.000.240.92   0.08
XYZ50.290549.54667.4851
Yxy49.54660.46860.4617
Hunter Lab70.38934.350142.9677
CIE-Lab75.79018.760476.3289

#ebb212 color RGB value is (235,178,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 00010010
Octal 353 262 22
Decimal 235 178 18
Hex EB B2 12

RGB Percentages of Color #ebb212

%54.52
%41.30
%4.18

CMYK Percentages of Color #ebb212

%0
%24
%92
%8

Triadic Colors of #ebb212

#ebb212 #12ebb2 #b212eb

Analogous Colors of #ebb212

#ebb212 #b8eb12 #eb4612

Monochromatic Colors of #ebb212

#ebb212

Complementary Color

#ebb212 #124beb

#ebb212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb212 Color CSS Codes

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

#ebb212 Text Font Color

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

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


#ebb212 Background Color

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

This div background color is #ebb212


#ebb212 Border Color

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

This div border color is #ebb212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb212


Comments

No comments written yet.

Please login to write comment.