Color Hex Logo

#ebadba Color Hex

#EBADBA
(235,173,186)
0 Favorites   0 Comments

Color spaces of #ebadba

RGB 235173186
HSL0.970.610.80
HSV347°26°92°
CMYK 0.000.260.21   0.08
XYZ58.067451.094553.2561
Yxy51.09450.35750.3146
Hunter Lab71.480419.91455.8626
CIE-Lab76.736224.53742.3105

#ebadba color RGB value is (235,173,186).

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

The process color (four color CMYK) of #ebadba color hex is 0.00, 0.26, 0.21, 0.08. Web safe color of #ebadba is #ff99cc. Color #ebadba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 10111010
Octal 353 255 272
Decimal 235 173 186
Hex EB AD BA

RGB Percentages of Color #ebadba

%39.56
%29.12
%31.31

CMYK Percentages of Color #ebadba

%0
%26
%21
%8

Triadic Colors of #ebadba

#ebadba #baebad #adbaeb

Analogous Colors of #ebadba

#ebadba #ebbfad #ebadd9

Monochromatic Colors of #ebadba

#ebadba

Complementary Color

#ebadba #adebde

#ebadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebadba Color CSS Codes

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

#ebadba Text Font Color

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

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


#ebadba Background Color

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

This div background color is #ebadba


#ebadba Border Color

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

This div border color is #ebadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebadba


Comments

No comments written yet.

Please login to write comment.