Color Hex Logo

#ebbaa7 Color Hex

#EBBAA7
(235,186,167)
0 Favorites   0 Comments

Color spaces of #ebbaa7

RGB 235186167
HSL0.050.630.79
HSV17°29°92°
CMYK 0.000.210.29   0.08
XYZ58.794955.570044.1865
Yxy55.57000.37080.3505
Hunter Lab74.545310.331217.0377
CIE-Lab79.368514.956016.3563

#ebbaa7 color RGB value is (235,186,167).

#ebbaa7 hex color red value is 235, green value is 186 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ebbaa7 hue: 0.05 , saturation: 0.63 and the lightness value of ebbaa7 is 0.79.

The process color (four color CMYK) of #ebbaa7 color hex is 0.00, 0.21, 0.29, 0.08. Web safe color of #ebbaa7 is #ffcc99. Color #ebbaa7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 10100111
Octal 353 272 247
Decimal 235 186 167
Hex EB BA A7

RGB Percentages of Color #ebbaa7

%39.97
%31.63
%28.40

CMYK Percentages of Color #ebbaa7

%0
%21
%29
%8

Triadic Colors of #ebbaa7

#ebbaa7 #a7ebba #baa7eb

Analogous Colors of #ebbaa7

#ebbaa7 #ebdca7 #eba7b6

Monochromatic Colors of #ebbaa7

#ebbaa7

Complementary Color

#ebbaa7 #a7d8eb

#ebbaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbaa7 Color CSS Codes

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

#ebbaa7 Text Font Color

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

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


#ebbaa7 Background Color

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

This div background color is #ebbaa7


#ebbaa7 Border Color

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

This div border color is #ebbaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbaa7


Comments

No comments written yet.

Please login to write comment.