Color Hex Logo

#ebadab Color Hex

#EBADAB
(235,173,171)
0 Favorites   0 Comments

Color spaces of #ebadab

RGB 235173171
HSL0.010.620.80
HSV27°92°
CMYK 0.000.260.27   0.08
XYZ56.555250.489645.2928
Yxy50.48960.37120.3314
Hunter Lab71.056017.724411.9464
CIE-Lab76.368822.40589.9589

#ebadab color RGB value is (235,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 10101011
Octal 353 255 253
Decimal 235 173 171
Hex EB AD AB

RGB Percentages of Color #ebadab

%40.59
%29.88
%29.53

CMYK Percentages of Color #ebadab

%0
%26
%27
%8

Triadic Colors of #ebadab

#ebadab #abebad #adabeb

Analogous Colors of #ebadab

#ebadab #ebcdab #ebabc9

Monochromatic Colors of #ebadab

#ebadab

Complementary Color

#ebadab #abe9eb

#ebadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebadab Color CSS Codes

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

#ebadab Text Font Color

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

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


#ebadab Background Color

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

This div background color is #ebadab


#ebadab Border Color

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

This div border color is #ebadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebadab


Comments

No comments written yet.

Please login to write comment.