Color Hex Logo

#ebb8bd Color Hex

#EBB8BD
(235,184,189)
0 Favorites   0 Comments

Color spaces of #ebb8bd

RGB 235184189
HSL0.980.560.82
HSV354°22°92°
CMYK 0.000.220.20   0.08
XYZ60.586755.617355.6861
Yxy55.61730.35250.3236
Hunter Lab74.577014.50447.9325
CIE-Lab79.395519.12394.5344

#ebb8bd color RGB value is (235,184,189).

#ebb8bd hex color red value is 235, green value is 184 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ebb8bd hue: 0.98 , saturation: 0.56 and the lightness value of ebb8bd is 0.82.

The process color (four color CMYK) of #ebb8bd color hex is 0.00, 0.22, 0.20, 0.08. Web safe color of #ebb8bd is #ffcccc. Color #ebb8bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 10111101
Octal 353 270 275
Decimal 235 184 189
Hex EB B8 BD

RGB Percentages of Color #ebb8bd

%38.65
%30.26
%31.09

CMYK Percentages of Color #ebb8bd

%0
%22
%20
%8

Triadic Colors of #ebb8bd

#ebb8bd #bdebb8 #b8bdeb

Analogous Colors of #ebb8bd

#ebb8bd #ebcdb8 #ebb8d7

Monochromatic Colors of #ebb8bd

#ebb8bd

Complementary Color

#ebb8bd #b8ebe6

#ebb8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb8bd Color CSS Codes

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

#ebb8bd Text Font Color

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

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


#ebb8bd Background Color

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

This div background color is #ebb8bd


#ebb8bd Border Color

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

This div border color is #ebb8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb8bd


Comments

No comments written yet.

Please login to write comment.