Color Hex Logo

#ebe593 Color Hex

#EBE593
(235,229,147)
0 Favorites   0 Comments

Color spaces of #ebe593

RGB 235229147
HSL0.160.690.75
HSV56°37°92°
CMYK 0.000.030.37   0.08
XYZ67.546775.807438.6760
Yxy75.80740.37110.4165
Hunter Lab87.0674-13.888234.6102
CIE-Lab89.7698-9.708940.7203

#ebe593 color RGB value is (235,229,147).

#ebe593 hex color red value is 235, green value is 229 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ebe593 hue: 0.16 , saturation: 0.69 and the lightness value of ebe593 is 0.75.

The process color (four color CMYK) of #ebe593 color hex is 0.00, 0.03, 0.37, 0.08. Web safe color of #ebe593 is #ffcc99. Color #ebe593 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100101 10010011
Octal 353 345 223
Decimal 235 229 147
Hex EB E5 93

RGB Percentages of Color #ebe593

%38.46
%37.48
%24.06

CMYK Percentages of Color #ebe593

%0
%3
%37
%8

Triadic Colors of #ebe593

#ebe593 #93ebe5 #e593eb

Analogous Colors of #ebe593

#ebe593 #c5eb93 #ebb993

Monochromatic Colors of #ebe593

#ebe593

Complementary Color

#ebe593 #9399eb

#ebe593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe593 Color CSS Codes

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

#ebe593 Text Font Color

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

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


#ebe593 Background Color

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

This div background color is #ebe593


#ebe593 Border Color

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

This div border color is #ebe593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe593


Comments

No comments written yet.

Please login to write comment.