Color Hex Logo

#ebbcaa Color Hex

#EBBCAA
(235,188,170)
0 Favorites   0 Comments

Color spaces of #ebbcaa

RGB 235188170
HSL0.050.620.79
HSV17°28°92°
CMYK 0.000.200.28   0.08
XYZ59.499956.530945.8058
Yxy56.53090.36770.3493
Hunter Lab75.18709.680216.5100
CIE-Lab79.915014.296215.5115

#ebbcaa color RGB value is (235,188,170).

#ebbcaa hex color red value is 235, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ebbcaa hue: 0.05 , saturation: 0.62 and the lightness value of ebbcaa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 10101010
Octal 353 274 252
Decimal 235 188 170
Hex EB BC AA

RGB Percentages of Color #ebbcaa

%39.63
%31.70
%28.67

CMYK Percentages of Color #ebbcaa

%0
%20
%28
%8

Triadic Colors of #ebbcaa

#ebbcaa #aaebbc #bcaaeb

Analogous Colors of #ebbcaa

#ebbcaa #ebddaa #ebaab9

Monochromatic Colors of #ebbcaa

#ebbcaa

Complementary Color

#ebbcaa #aad9eb

#ebbcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcaa Color CSS Codes

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

#ebbcaa Text Font Color

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

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


#ebbcaa Background Color

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

This div background color is #ebbcaa


#ebbcaa Border Color

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

This div border color is #ebbcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcaa


Comments

No comments written yet.

Please login to write comment.