Color Hex Logo

#ebd795 Color Hex

#EBD795
(235,215,149)
0 Favorites   0 Comments

Color spaces of #ebd795

RGB 235215149
HSL0.130.680.75
HSV46°37°92°
CMYK 0.000.090.37   0.08
XYZ63.986268.433038.2702
Yxy68.43300.37490.4009
Hunter Lab82.7242-6.699830.4780
CIE-Lab86.2225-2.400535.1013

#ebd795 color RGB value is (235,215,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 10010101
Octal 353 327 225
Decimal 235 215 149
Hex EB D7 95

RGB Percentages of Color #ebd795

%39.23
%35.89
%24.87

CMYK Percentages of Color #ebd795

%0
%9
%37
%8

Triadic Colors of #ebd795

#ebd795 #95ebd7 #d795eb

Analogous Colors of #ebd795

#ebd795 #d4eb95 #ebac95

Monochromatic Colors of #ebd795

#ebd795

Complementary Color

#ebd795 #95a9eb

#ebd795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd795 Color CSS Codes

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

#ebd795 Text Font Color

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

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


#ebd795 Background Color

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

This div background color is #ebd795


#ebd795 Border Color

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

This div border color is #ebd795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd795


Comments

No comments written yet.

Please login to write comment.