Color Hex Logo

#ebe095 Color Hex

#EBE095
(235,224,149)
1 Favorites   0 Comments

Color spaces of #ebe095

RGB 235224149
HSL0.150.680.75
HSV52°37°92°
CMYK 0.000.050.37   0.08
XYZ66.341473.143439.0553
Yxy73.14340.37160.4097
Hunter Lab85.5239-11.203432.7914
CIE-Lab88.5161-6.974638.0971

#ebe095 color RGB value is (235,224,149).

#ebe095 hex color red value is 235, green value is 224 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ebe095 hue: 0.15 , saturation: 0.68 and the lightness value of ebe095 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 10010101
Octal 353 340 225
Decimal 235 224 149
Hex EB E0 95

RGB Percentages of Color #ebe095

%38.65
%36.84
%24.51

CMYK Percentages of Color #ebe095

%0
%5
%37
%8

Triadic Colors of #ebe095

#ebe095 #95ebe0 #e095eb

Analogous Colors of #ebe095

#ebe095 #cbeb95 #ebb595

Monochromatic Colors of #ebe095

#ebe095

Complementary Color

#ebe095 #95a0eb

#ebe095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe095 Color CSS Codes

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

#ebe095 Text Font Color

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

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


#ebe095 Background Color

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

This div background color is #ebe095


#ebe095 Border Color

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

This div border color is #ebe095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe095


Comments

No comments written yet.

Please login to write comment.