Color Hex Logo

#ebc332 Color Hex

#EBC332
(235,195,50)
0 Favorites   0 Comments

Color spaces of #ebc332

RGB 23519550
HSL0.130.820.56
HSV47°79°92°
CMYK 0.000.170.79   0.08
XYZ54.351856.922711.1401
Yxy56.92270.44400.4650
Hunter Lab75.4471-3.441844.0586
CIE-Lab80.13610.633472.2100

#ebc332 color RGB value is (235,195,50).

#ebc332 hex color red value is 235, green value is 195 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #ebc332 hue: 0.13 , saturation: 0.82 and the lightness value of ebc332 is 0.56.

The process color (four color CMYK) of #ebc332 color hex is 0.00, 0.17, 0.79, 0.08. Web safe color of #ebc332 is #ffcc33. Color #ebc332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 00110010
Octal 353 303 62
Decimal 235 195 50
Hex EB C3 32

RGB Percentages of Color #ebc332

%48.96
%40.63
%10.42

CMYK Percentages of Color #ebc332

%0
%17
%79
%8

Triadic Colors of #ebc332

#ebc332 #32ebc3 #c332eb

Analogous Colors of #ebc332

#ebc332 #b7eb32 #eb6732

Monochromatic Colors of #ebc332

#ebc332

Complementary Color

#ebc332 #325aeb

#ebc332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc332 Color CSS Codes

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

#ebc332 Text Font Color

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

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


#ebc332 Background Color

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

This div background color is #ebc332


#ebc332 Border Color

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

This div border color is #ebc332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc332


Comments

No comments written yet.

Please login to write comment.