Color Hex Logo

#ebbfbf Color Hex

#EBBFBF
(235,191,191)
3 Favorites   0 Comments

Color spaces of #ebbfbf

RGB 235191191
HSL0.000.520.84
HSV19°92°
CMYK 0.000.190.19   0.08
XYZ62.295758.685457.3343
Yxy58.68540.34940.3291
Hunter Lab76.606411.09369.2502
CIE-Lab81.118415.70645.9421

#ebbfbf color RGB value is (235,191,191).

#ebbfbf hex color red value is 235, green value is 191 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ebbfbf hue: 0.00 , saturation: 0.52 and the lightness value of ebbfbf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 10111111
Octal 353 277 277
Decimal 235 191 191
Hex EB BF BF

RGB Percentages of Color #ebbfbf

%38.09
%30.96
%30.96

CMYK Percentages of Color #ebbfbf

%0
%19
%19
%8

Triadic Colors of #ebbfbf

#ebbfbf #bfebbf #bfbfeb

Analogous Colors of #ebbfbf

#ebbfbf #ebd5bf #ebbfd5

Monochromatic Colors of #ebbfbf

#ebbfbf

Complementary Color

#ebbfbf #bfebeb

#ebbfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfbf Color CSS Codes

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

#ebbfbf Text Font Color

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

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


#ebbfbf Background Color

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

This div background color is #ebbfbf


#ebbfbf Border Color

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

This div border color is #ebbfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfbf

#ebbfbf Color Palettes


Comments

No comments written yet.

Please login to write comment.