Color Hex Logo

#ebadbd Color Hex

#EBADBD
(235,173,189)
0 Favorites   0 Comments

Color spaces of #ebadbd

RGB 235173189
HSL0.960.610.80
HSV345°26°92°
CMYK 0.000.260.20   0.08
XYZ58.389851.223454.9537
Yxy51.22340.35480.3113
Hunter Lab71.570520.37834.5750
CIE-Lab76.814124.98530.7880

#ebadbd color RGB value is (235,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 10111101
Octal 353 255 275
Decimal 235 173 189
Hex EB AD BD

RGB Percentages of Color #ebadbd

%39.36
%28.98
%31.66

CMYK Percentages of Color #ebadbd

%0
%26
%20
%8

Triadic Colors of #ebadbd

#ebadbd #bdebad #adbdeb

Analogous Colors of #ebadbd

#ebadbd #ebbcad #ebaddc

Monochromatic Colors of #ebadbd

#ebadbd

Complementary Color

#ebadbd #adebdb

#ebadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebadbd Color CSS Codes

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

#ebadbd Text Font Color

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

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


#ebadbd Background Color

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

This div background color is #ebadbd


#ebadbd Border Color

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

This div border color is #ebadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebadbd


Comments

No comments written yet.

Please login to write comment.