Color Hex Logo

#ebe132 Color Hex

#EBE132
(235,225,50)
0 Favorites   0 Comments

Color spaces of #ebe132

RGB 23522550
HSL0.160.820.56
HSV57°79°92°
CMYK 0.000.040.79   0.08
XYZ61.761971.742913.6102
Yxy71.74290.41980.4877
Hunter Lab84.7012-18.069549.7638
CIE-Lab87.8447-14.530579.0430

#ebe132 color RGB value is (235,225,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 00110010
Octal 353 341 62
Decimal 235 225 50
Hex EB E1 32

RGB Percentages of Color #ebe132

%46.08
%44.12
%9.80

CMYK Percentages of Color #ebe132

%0
%4
%79
%8

Triadic Colors of #ebe132

#ebe132 #32ebe1 #e132eb

Analogous Colors of #ebe132

#ebe132 #99eb32 #eb8532

Monochromatic Colors of #ebe132

#ebe132

Complementary Color

#ebe132 #323ceb

#ebe132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe132 Color CSS Codes

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

#ebe132 Text Font Color

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

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


#ebe132 Background Color

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

This div background color is #ebe132


#ebe132 Border Color

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

This div border color is #ebe132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe132


Comments

No comments written yet.

Please login to write comment.