Color Hex Logo

#ebba96 Color Hex

#EBBA96
(235,186,150)
0 Favorites   0 Comments

Color spaces of #ebba96

RGB 235186150
HSL0.070.680.75
HSV25°36°92°
CMYK 0.000.210.36   0.08
XYZ57.324954.982036.4454
Yxy54.98200.38540.3696
Hunter Lab74.14988.235322.7633
CIE-Lab79.030912.830524.9820

#ebba96 color RGB value is (235,186,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 10010110
Octal 353 272 226
Decimal 235 186 150
Hex EB BA 96

RGB Percentages of Color #ebba96

%41.16
%32.57
%26.27

CMYK Percentages of Color #ebba96

%0
%21
%36
%8

Triadic Colors of #ebba96

#ebba96 #96ebba #ba96eb

Analogous Colors of #ebba96

#ebba96 #ebe596 #eb969d

Monochromatic Colors of #ebba96

#ebba96

Complementary Color

#ebba96 #96c7eb

#ebba96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebba96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebba96 Color CSS Codes

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

#ebba96 Text Font Color

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

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


#ebba96 Background Color

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

This div background color is #ebba96


#ebba96 Border Color

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

This div border color is #ebba96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebba96


Comments

No comments written yet.

Please login to write comment.