Color Hex Logo

#ebbfbb Color Hex

#EBBFBB
(235,191,187)
0 Favorites   0 Comments

Color spaces of #ebbfbb

RGB 235191187
HSL0.010.550.83
HSV20°92°
CMYK 0.000.190.20   0.08
XYZ61.861458.511655.0471
Yxy58.51160.35260.3336
Hunter Lab76.492910.494210.8777
CIE-Lab81.022415.10847.9535

#ebbfbb color RGB value is (235,191,187).

#ebbfbb hex color red value is 235, green value is 191 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ebbfbb hue: 0.01 , saturation: 0.55 and the lightness value of ebbfbb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 10111011
Octal 353 277 273
Decimal 235 191 187
Hex EB BF BB

RGB Percentages of Color #ebbfbb

%38.34
%31.16
%30.51

CMYK Percentages of Color #ebbfbb

%0
%19
%20
%8

Triadic Colors of #ebbfbb

#ebbfbb #bbebbf #bfbbeb

Analogous Colors of #ebbfbb

#ebbfbb #ebd7bb #ebbbcf

Monochromatic Colors of #ebbfbb

#ebbfbb

Complementary Color

#ebbfbb #bbe7eb

#ebbfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfbb Color CSS Codes

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

#ebbfbb Text Font Color

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

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


#ebbfbb Background Color

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

This div background color is #ebbfbb


#ebbfbb Border Color

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

This div border color is #ebbfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfbb


Comments

No comments written yet.

Please login to write comment.