Color Hex Logo

#ebbb9a Color Hex

#EBBB9A
(235,187,154)
0 Favorites   0 Comments

Color spaces of #ebbb9a

RGB 235187154
HSL0.070.670.76
HSV24°34°92°
CMYK 0.000.200.34   0.08
XYZ57.864055.535938.2416
Yxy55.53590.38160.3662
Hunter Lab74.52248.184721.7407
CIE-Lab79.349012.779723.2855

#ebbb9a color RGB value is (235,187,154).

#ebbb9a hex color red value is 235, green value is 187 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ebbb9a hue: 0.07 , saturation: 0.67 and the lightness value of ebbb9a is 0.76.

The process color (four color CMYK) of #ebbb9a color hex is 0.00, 0.20, 0.34, 0.08. Web safe color of #ebbb9a is #ffcc99. Color #ebbb9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 10011010
Octal 353 273 232
Decimal 235 187 154
Hex EB BB 9A

RGB Percentages of Color #ebbb9a

%40.80
%32.47
%26.74

CMYK Percentages of Color #ebbb9a

%0
%20
%34
%8

Triadic Colors of #ebbb9a

#ebbb9a #9aebbb #bb9aeb

Analogous Colors of #ebbb9a

#ebbb9a #ebe49a #eb9aa2

Monochromatic Colors of #ebbb9a

#ebbb9a

Complementary Color

#ebbb9a #9acaeb

#ebbb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb9a Color CSS Codes

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

#ebbb9a Text Font Color

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

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


#ebbb9a Background Color

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

This div background color is #ebbb9a


#ebbb9a Border Color

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

This div border color is #ebbb9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb9a


Comments

No comments written yet.

Please login to write comment.