Color Hex Logo

#ebbfbd Color Hex

#EBBFBD
(235,191,189)
0 Favorites   0 Comments

Color spaces of #ebbfbd

RGB 235191189
HSL0.010.530.83
HSV20°92°
CMYK 0.000.190.20   0.08
XYZ62.077158.597956.1828
Yxy58.59790.35100.3313
Hunter Lab76.549310.792110.0690
CIE-Lab81.070115.40606.9474

#ebbfbd color RGB value is (235,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 10111101
Octal 353 277 275
Decimal 235 191 189
Hex EB BF BD

RGB Percentages of Color #ebbfbd

%38.21
%31.06
%30.73

CMYK Percentages of Color #ebbfbd

%0
%19
%20
%8

Triadic Colors of #ebbfbd

#ebbfbd #bdebbf #bfbdeb

Analogous Colors of #ebbfbd

#ebbfbd #ebd6bd #ebbdd2

Monochromatic Colors of #ebbfbd

#ebbfbd

Complementary Color

#ebbfbd #bde9eb

#ebbfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfbd Color CSS Codes

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

#ebbfbd Text Font Color

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

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


#ebbfbd Background Color

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

This div background color is #ebbfbd


#ebbfbd Border Color

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

This div border color is #ebbfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfbd


Comments

No comments written yet.

Please login to write comment.