Color Hex Logo

#ebbfaa Color Hex

#EBBFAA
(235,191,170)
0 Favorites   0 Comments

Color spaces of #ebbfaa

RGB 235191170
HSL0.050.620.79
HSV19°28°92°
CMYK 0.000.190.28   0.08
XYZ60.147557.826146.0216
Yxy57.82610.36680.3526
Hunter Lab76.04358.110617.3481
CIE-Lab80.642012.708816.5300

#ebbfaa color RGB value is (235,191,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 10101010
Octal 353 277 252
Decimal 235 191 170
Hex EB BF AA

RGB Percentages of Color #ebbfaa

%39.43
%32.05
%28.52

CMYK Percentages of Color #ebbfaa

%0
%19
%28
%8

Triadic Colors of #ebbfaa

#ebbfaa #aaebbf #bfaaeb

Analogous Colors of #ebbfaa

#ebbfaa #ebe0aa #ebaab6

Monochromatic Colors of #ebbfaa

#ebbfaa

Complementary Color

#ebbfaa #aad6eb

#ebbfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfaa Color CSS Codes

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

#ebbfaa Text Font Color

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

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


#ebbfaa Background Color

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

This div background color is #ebbfaa


#ebbfaa Border Color

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

This div border color is #ebbfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfaa


Comments

No comments written yet.

Please login to write comment.