Color Hex Logo

#ebb532 Color Hex

#EBB532
(235,181,50)
0 Favorites   0 Comments

Color spaces of #ebb532

RGB 23518150
HSL0.120.820.56
HSV42°79°92°
CMYK 0.000.230.79   0.08
XYZ51.360550.940210.1431
Yxy50.94020.45680.4530
Hunter Lab71.37243.549241.5347
CIE-Lab76.64287.933269.0652

#ebb532 color RGB value is (235,181,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 00110010
Octal 353 265 62
Decimal 235 181 50
Hex EB B5 32

RGB Percentages of Color #ebb532

%50.43
%38.84
%10.73

CMYK Percentages of Color #ebb532

%0
%23
%79
%8

Triadic Colors of #ebb532

#ebb532 #32ebb5 #b532eb

Analogous Colors of #ebb532

#ebb532 #c5eb32 #eb5932

Monochromatic Colors of #ebb532

#ebb532

Complementary Color

#ebb532 #3268eb

#ebb532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb532 Color CSS Codes

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

#ebb532 Text Font Color

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

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


#ebb532 Background Color

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

This div background color is #ebb532


#ebb532 Border Color

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

This div border color is #ebb532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb532


Comments

No comments written yet.

Please login to write comment.