Color Hex Logo

#ebbaa5 Color Hex

#EBBAA5
(235,186,165)
0 Favorites   0 Comments

Color spaces of #ebbaa5

RGB 235186165
HSL0.050.640.78
HSV18°30°92°
CMYK 0.000.210.30   0.08
XYZ58.611455.496643.2201
Yxy55.49660.37250.3527
Hunter Lab74.496010.070717.7492
CIE-Lab79.326514.693417.3713

#ebbaa5 color RGB value is (235,186,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 10100101
Octal 353 272 245
Decimal 235 186 165
Hex EB BA A5

RGB Percentages of Color #ebbaa5

%40.10
%31.74
%28.16

CMYK Percentages of Color #ebbaa5

%0
%21
%30
%8

Triadic Colors of #ebbaa5

#ebbaa5 #a5ebba #baa5eb

Analogous Colors of #ebbaa5

#ebbaa5 #ebdda5 #eba5b3

Monochromatic Colors of #ebbaa5

#ebbaa5

Complementary Color

#ebbaa5 #a5d6eb

#ebbaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbaa5 Color CSS Codes

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

#ebbaa5 Text Font Color

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

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


#ebbaa5 Background Color

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

This div background color is #ebbaa5


#ebbaa5 Border Color

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

This div border color is #ebbaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbaa5


Comments

No comments written yet.

Please login to write comment.