Color Hex Logo

#ebbeba Color Hex

#EBBEBA
(235,190,186)
0 Favorites   0 Comments

Color spaces of #ebbeba

RGB 235190186
HSL0.010.550.83
HSV21°92°
CMYK 0.000.190.21   0.08
XYZ61.537358.034254.4127
Yxy58.03420.35370.3336
Hunter Lab76.180210.874510.9775
CIE-Lab80.757815.49098.1117

#ebbeba color RGB value is (235,190,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 10111010
Octal 353 276 272
Decimal 235 190 186
Hex EB BE BA

RGB Percentages of Color #ebbeba

%38.46
%31.10
%30.44

CMYK Percentages of Color #ebbeba

%0
%19
%21
%8

Triadic Colors of #ebbeba

#ebbeba #baebbe #bebaeb

Analogous Colors of #ebbeba

#ebbeba #ebd7ba #ebbacf

Monochromatic Colors of #ebbeba

#ebbeba

Complementary Color

#ebbeba #bae7eb

#ebbeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbeba Color CSS Codes

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

#ebbeba Text Font Color

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

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


#ebbeba Background Color

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

This div background color is #ebbeba


#ebbeba Border Color

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

This div border color is #ebbeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbeba


Comments

No comments written yet.

Please login to write comment.