Color Hex Logo

#ebe884 Color Hex

#EBE884
(235,232,132)
0 Favorites   0 Comments

Color spaces of #ebe884

RGB 235232132
HSL0.160.720.72
HSV58°44°92°
CMYK 0.000.010.44   0.08
XYZ67.282477.041333.1541
Yxy77.04130.37910.4341
Hunter Lab87.7732-16.774139.0459
CIE-Lab90.3406-12.751948.7942

#ebe884 color RGB value is (235,232,132).

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

The process color (four color CMYK) of #ebe884 color hex is 0.00, 0.01, 0.44, 0.08. Web safe color of #ebe884 is #ffff99. Color #ebe884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101000 10000100
Octal 353 350 204
Decimal 235 232 132
Hex EB E8 84

RGB Percentages of Color #ebe884

%39.23
%38.73
%22.04

CMYK Percentages of Color #ebe884

%0
%1
%44
%8

Triadic Colors of #ebe884

#ebe884 #84ebe8 #e884eb

Analogous Colors of #ebe884

#ebe884 #bbeb84 #ebb584

Monochromatic Colors of #ebe884

#ebe884

Complementary Color

#ebe884 #8487eb

#ebe884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe884 Color CSS Codes

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

#ebe884 Text Font Color

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

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


#ebe884 Background Color

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

This div background color is #ebe884


#ebe884 Border Color

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

This div border color is #ebe884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe884


Comments

No comments written yet.

Please login to write comment.