Color Hex Logo

#ebe832 Color Hex

#EBE832
(235,232,50)
0 Favorites   0 Comments

Color spaces of #ebe832

RGB 23523250
HSL0.160.820.56
HSV59°79°92°
CMYK 0.000.010.79   0.08
XYZ63.693375.605714.2540
Yxy75.60570.41480.4924
Hunter Lab86.9515-21.411351.1466
CIE-Lab89.6760-17.955780.6478

#ebe832 color RGB value is (235,232,50).

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

The process color (four color CMYK) of #ebe832 color hex is 0.00, 0.01, 0.79, 0.08. Web safe color of #ebe832 is #ffff33. Color #ebe832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101000 00110010
Octal 353 350 62
Decimal 235 232 50
Hex EB E8 32

RGB Percentages of Color #ebe832

%45.45
%44.87
%9.67

CMYK Percentages of Color #ebe832

%0
%1
%79
%8

Triadic Colors of #ebe832

#ebe832 #32ebe8 #e832eb

Analogous Colors of #ebe832

#ebe832 #92eb32 #eb8c32

Monochromatic Colors of #ebe832

#ebe832

Complementary Color

#ebe832 #3235eb

#ebe832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe832 Color CSS Codes

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

#ebe832 Text Font Color

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

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


#ebe832 Background Color

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

This div background color is #ebe832


#ebe832 Border Color

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

This div border color is #ebe832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe832


Comments

No comments written yet.

Please login to write comment.