Color Hex Logo

#ebaaaa Color Hex

#EBAAAA
(235,170,170)
0 Favorites   0 Comments

Color spaces of #ebaaaa

RGB 235170170
HSL0.000.620.79
HSV28°92°
CMYK 0.000.280.28   0.08
XYZ55.891449.313944.6029
Yxy49.31390.37310.3292
Hunter Lab70.223919.177011.4985
CIE-Lab75.646223.86869.4749

#ebaaaa color RGB value is (235,170,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 10101010
Octal 353 252 252
Decimal 235 170 170
Hex EB AA AA

RGB Percentages of Color #ebaaaa

%40.87
%29.57
%29.57

CMYK Percentages of Color #ebaaaa

%0
%28
%28
%8

Triadic Colors of #ebaaaa

#ebaaaa #aaebaa #aaaaeb

Analogous Colors of #ebaaaa

#ebaaaa #ebcbaa #ebaacb

Monochromatic Colors of #ebaaaa

#ebaaaa

Complementary Color

#ebaaaa #aaebeb

#ebaaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaaaa Color CSS Codes

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

#ebaaaa Text Font Color

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

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


#ebaaaa Background Color

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

This div background color is #ebaaaa


#ebaaaa Border Color

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

This div border color is #ebaaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaaaa


Comments

No comments written yet.

Please login to write comment.