Color Hex Logo

#ebbc9a Color Hex

#EBBC9A
(235,188,154)
0 Favorites   0 Comments

Color spaces of #ebbc9a

RGB 235188154
HSL0.070.670.76
HSV25°34°92°
CMYK 0.000.200.34   0.08
XYZ58.076955.961738.3126
Yxy55.96170.38120.3673
Hunter Lab74.80767.665422.0000
CIE-Lab79.592012.251123.6173

#ebbc9a color RGB value is (235,188,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 10011010
Octal 353 274 232
Decimal 235 188 154
Hex EB BC 9A

RGB Percentages of Color #ebbc9a

%40.73
%32.58
%26.69

CMYK Percentages of Color #ebbc9a

%0
%20
%34
%8

Triadic Colors of #ebbc9a

#ebbc9a #9aebbc #bc9aeb

Analogous Colors of #ebbc9a

#ebbc9a #ebe59a #eb9aa1

Monochromatic Colors of #ebbc9a

#ebbc9a

Complementary Color

#ebbc9a #9ac9eb

#ebbc9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbc9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbc9a Color CSS Codes

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

#ebbc9a Text Font Color

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

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


#ebbc9a Background Color

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

This div background color is #ebbc9a


#ebbc9a Border Color

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

This div border color is #ebbc9a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,188,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 #ebbc9a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbc9a


Comments

No comments written yet.

Please login to write comment.