Color Hex Logo

#ebe594 Color Hex

#EBE594
(235,229,148)
0 Favorites   0 Comments

Color spaces of #ebe594

RGB 235229148
HSL0.160.690.75
HSV56°37°92°
CMYK 0.000.030.37   0.08
XYZ67.625675.838939.0911
Yxy75.83890.37040.4154
Hunter Lab87.0855-13.786934.3457
CIE-Lab89.7845-9.598440.2406

#ebe594 color RGB value is (235,229,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100101 10010100
Octal 353 345 224
Decimal 235 229 148
Hex EB E5 94

RGB Percentages of Color #ebe594

%38.40
%37.42
%24.18

CMYK Percentages of Color #ebe594

%0
%3
%37
%8

Triadic Colors of #ebe594

#ebe594 #94ebe5 #e594eb

Analogous Colors of #ebe594

#ebe594 #c6eb94 #ebba94

Monochromatic Colors of #ebe594

#ebe594

Complementary Color

#ebe594 #949aeb

#ebe594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe594 Color CSS Codes

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

#ebe594 Text Font Color

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

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


#ebe594 Background Color

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

This div background color is #ebe594


#ebe594 Border Color

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

This div border color is #ebe594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe594


Comments

No comments written yet.

Please login to write comment.