Color Hex Logo

#ebc895 Color Hex

#EBC895
(235,200,149)
0 Favorites   0 Comments

Color spaces of #ebc895

RGB 235200149
HSL0.100.680.75
HSV36°37°92°
CMYK 0.000.150.37   0.08
XYZ60.340061.140637.0548
Yxy61.14060.38060.3857
Hunter Lab78.19250.909126.6376
CIE-Lab82.45435.354830.1147

#ebc895 color RGB value is (235,200,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 10010101
Octal 353 310 225
Decimal 235 200 149
Hex EB C8 95

RGB Percentages of Color #ebc895

%40.24
%34.25
%25.51

CMYK Percentages of Color #ebc895

%0
%15
%37
%8

Triadic Colors of #ebc895

#ebc895 #95ebc8 #c895eb

Analogous Colors of #ebc895

#ebc895 #e3eb95 #eb9d95

Monochromatic Colors of #ebc895

#ebc895

Complementary Color

#ebc895 #95b8eb

#ebc895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc895 Color CSS Codes

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

#ebc895 Text Font Color

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

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


#ebc895 Background Color

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

This div background color is #ebc895


#ebc895 Border Color

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

This div border color is #ebc895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc895


Comments

No comments written yet.

Please login to write comment.