Color Hex Logo

#ebbaaa Color Hex

#EBBAAA
(235,186,170)
0 Favorites   0 Comments

Color spaces of #ebbaaa

RGB 235186170
HSL0.040.620.79
HSV15°28°92°
CMYK 0.000.210.28   0.08
XYZ59.075655.682345.6643
Yxy55.68230.36830.3471
Hunter Lab74.620610.728815.9517
CIE-Lab79.432715.356214.8343

#ebbaaa color RGB value is (235,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 10101010
Octal 353 272 252
Decimal 235 186 170
Hex EB BA AA

RGB Percentages of Color #ebbaaa

%39.76
%31.47
%28.76

CMYK Percentages of Color #ebbaaa

%0
%21
%28
%8

Triadic Colors of #ebbaaa

#ebbaaa #aaebba #baaaeb

Analogous Colors of #ebbaaa

#ebbaaa #ebdbaa #ebaabb

Monochromatic Colors of #ebbaaa

#ebbaaa

Complementary Color

#ebbaaa #aadbeb

#ebbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbaaa Color CSS Codes

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

#ebbaaa Text Font Color

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

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


#ebbaaa Background Color

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

This div background color is #ebbaaa


#ebbaaa Border Color

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

This div border color is #ebbaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbaaa


Comments

No comments written yet.

Please login to write comment.