Color Hex Logo

#ebadea Color Hex

#EBADEA
(235,173,234)
0 Favorites   0 Comments

Color spaces of #ebadea

RGB 235173234
HSL0.840.610.80
HSV301°26°92°
CMYK 0.000.260.00   0.08
XYZ64.055853.489884.7904
Yxy53.48980.31660.2644
Hunter Lab73.136728.3475-17.5416
CIE-Lab78.163332.4963-21.6528

#ebadea color RGB value is (235,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 11101010
Octal 353 255 352
Decimal 235 173 234
Hex EB AD EA

RGB Percentages of Color #ebadea

%36.60
%26.95
%36.45

CMYK Percentages of Color #ebadea

%0
%26
%0
%8

Triadic Colors of #ebadea

#ebadea #eaebad #adeaeb

Analogous Colors of #ebadea

#ebadea #ebadcb #cdadeb

Monochromatic Colors of #ebadea

#ebadea

Complementary Color

#ebadea #adebae

#ebadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebadea Color CSS Codes

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

#ebadea Text Font Color

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

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


#ebadea Background Color

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

This div background color is #ebadea


#ebadea Border Color

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

This div border color is #ebadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebadea


Comments

No comments written yet.

Please login to write comment.