Color Hex Logo

#ebbebf Color Hex

#EBBEBF
(235,190,191)
0 Favorites   0 Comments

Color spaces of #ebbebf

RGB 235190191
HSL1.000.530.83
HSV359°19°92°
CMYK 0.000.190.19   0.08
XYZ62.078458.250757.2618
Yxy58.25070.34960.3280
Hunter Lab76.322111.62348.9423
CIE-Lab80.878016.23705.5958

#ebbebf color RGB value is (235,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 10111111
Octal 353 276 277
Decimal 235 190 191
Hex EB BE BF

RGB Percentages of Color #ebbebf

%38.15
%30.84
%31.01

CMYK Percentages of Color #ebbebf

%0
%19
%19
%8

Triadic Colors of #ebbebf

#ebbebf #bfebbe #bebfeb

Analogous Colors of #ebbebf

#ebbebf #ebd4be #ebbed6

Monochromatic Colors of #ebbebf

#ebbebf

Complementary Color

#ebbebf #beebea

#ebbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbebf Color CSS Codes

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

#ebbebf Text Font Color

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

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


#ebbebf Background Color

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

This div background color is #ebbebf


#ebbebf Border Color

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

This div border color is #ebbebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbebf


Comments

No comments written yet.

Please login to write comment.