Color Hex Logo

#ebbaa4 Color Hex

#EBBAA4
(235,186,164)
0 Favorites   0 Comments

Color spaces of #ebbaa4

RGB 235186164
HSL0.050.640.78
HSV19°30°92°
CMYK 0.000.210.30   0.08
XYZ58.520755.460342.7425
Yxy55.46030.37340.3539
Hunter Lab74.47179.941918.1011
CIE-Lab79.305714.563417.8789

#ebbaa4 color RGB value is (235,186,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 10100100
Octal 353 272 244
Decimal 235 186 164
Hex EB BA A4

RGB Percentages of Color #ebbaa4

%40.17
%31.79
%28.03

CMYK Percentages of Color #ebbaa4

%0
%21
%30
%8

Triadic Colors of #ebbaa4

#ebbaa4 #a4ebba #baa4eb

Analogous Colors of #ebbaa4

#ebbaa4 #ebdea4 #eba4b2

Monochromatic Colors of #ebbaa4

#ebbaa4

Complementary Color

#ebbaa4 #a4d5eb

#ebbaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbaa4 Color CSS Codes

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

#ebbaa4 Text Font Color

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

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


#ebbaa4 Background Color

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

This div background color is #ebbaa4


#ebbaa4 Border Color

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

This div border color is #ebbaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbaa4


Comments

No comments written yet.

Please login to write comment.