Color Hex Logo

#ebbabf Color Hex

#EBBABF
(235,186,191)
0 Favorites   0 Comments

Color spaces of #ebbabf

RGB 235186191
HSL0.980.550.83
HSV354°21°92°
CMYK 0.000.210.19   0.08
XYZ61.223856.541656.9770
Yxy56.54160.35040.3236
Hunter Lab75.194113.74677.7100
CIE-Lab79.921118.36174.2140

#ebbabf color RGB value is (235,186,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 10111111
Octal 353 272 277
Decimal 235 186 191
Hex EB BA BF

RGB Percentages of Color #ebbabf

%38.40
%30.39
%31.21

CMYK Percentages of Color #ebbabf

%0
%21
%19
%8

Triadic Colors of #ebbabf

#ebbabf #bfebba #babfeb

Analogous Colors of #ebbabf

#ebbabf #ebceba #ebbad8

Monochromatic Colors of #ebbabf

#ebbabf

Complementary Color

#ebbabf #baebe6

#ebbabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbabf Color CSS Codes

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

#ebbabf Text Font Color

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

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


#ebbabf Background Color

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

This div background color is #ebbabf


#ebbabf Border Color

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

This div border color is #ebbabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbabf


Comments

No comments written yet.

Please login to write comment.