Color Hex Logo

#ebabaa Color Hex

#EBABAA
(235,171,170)
0 Favorites   0 Comments

Color spaces of #ebabaa

RGB 235171170
HSL0.000.620.79
HSV28°92°
CMYK 0.000.270.28   0.08
XYZ56.079649.690344.6657
Yxy49.69030.37280.3303
Hunter Lab70.491318.646311.7758
CIE-Lab75.878823.33589.8062

#ebabaa color RGB value is (235,171,170).

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

The process color (four color CMYK) of #ebabaa color hex is 0.00, 0.27, 0.28, 0.08. Web safe color of #ebabaa is #ff9999. Color #ebabaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 10101010
Octal 353 253 252
Decimal 235 171 170
Hex EB AB AA

RGB Percentages of Color #ebabaa

%40.80
%29.69
%29.51

CMYK Percentages of Color #ebabaa

%0
%27
%28
%8

Triadic Colors of #ebabaa

#ebabaa #aaebab #abaaeb

Analogous Colors of #ebabaa

#ebabaa #ebccaa #ebaaca

Monochromatic Colors of #ebabaa

#ebabaa

Complementary Color

#ebabaa #aaeaeb

#ebabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabaa Color CSS Codes

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

#ebabaa Text Font Color

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

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


#ebabaa Background Color

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

This div background color is #ebabaa


#ebabaa Border Color

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

This div border color is #ebabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabaa


Comments

No comments written yet.

Please login to write comment.