Color Hex Logo

#ebbabd Color Hex

#EBBABD
(235,186,189)
0 Favorites   0 Comments

Color spaces of #ebbabd

RGB 235186189
HSL0.990.550.83
HSV356°21°92°
CMYK 0.000.210.20   0.08
XYZ61.005256.454155.8255
Yxy56.45410.35210.3258
Hunter Lab75.135913.44188.5431
CIE-Lab79.871618.06055.2218

#ebbabd color RGB value is (235,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 10111101
Octal 353 272 275
Decimal 235 186 189
Hex EB BA BD

RGB Percentages of Color #ebbabd

%38.52
%30.49
%30.98

CMYK Percentages of Color #ebbabd

%0
%21
%20
%8

Triadic Colors of #ebbabd

#ebbabd #bdebba #babdeb

Analogous Colors of #ebbabd

#ebbabd #ebd0ba #ebbad6

Monochromatic Colors of #ebbabd

#ebbabd

Complementary Color

#ebbabd #baebe8

#ebbabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbabd Color CSS Codes

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

#ebbabd Text Font Color

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

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


#ebbabd Background Color

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

This div background color is #ebbabd


#ebbabd Border Color

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

This div border color is #ebbabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbabd


Comments

No comments written yet.

Please login to write comment.