Color Hex Logo

#ebabc0 Color Hex

#EBABC0
(235,171,192)
0 Favorites   0 Comments

Color spaces of #ebabc0

RGB 235171192
HSL0.950.620.80
HSV340°27°92°
CMYK 0.000.270.18   0.08
XYZ58.338350.593856.5600
Yxy50.59380.35250.3057
Hunter Lab71.129321.92452.6448
CIE-Lab76.432326.5062-1.4070

#ebabc0 color RGB value is (235,171,192).

#ebabc0 hex color red value is 235, green value is 171 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ebabc0 hue: 0.95 , saturation: 0.62 and the lightness value of ebabc0 is 0.80.

The process color (four color CMYK) of #ebabc0 color hex is 0.00, 0.27, 0.18, 0.08. Web safe color of #ebabc0 is #ff99cc. Color #ebabc0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 11000000
Octal 353 253 300
Decimal 235 171 192
Hex EB AB C0

RGB Percentages of Color #ebabc0

%39.30
%28.60
%32.11

CMYK Percentages of Color #ebabc0

%0
%27
%18
%8

Triadic Colors of #ebabc0

#ebabc0 #c0ebab #abc0eb

Analogous Colors of #ebabc0

#ebabc0 #ebb6ab #ebabe0

Monochromatic Colors of #ebabc0

#ebabc0

Complementary Color

#ebabc0 #abebd6

#ebabc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabc0 Color CSS Codes

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

#ebabc0 Text Font Color

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

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


#ebabc0 Background Color

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

This div background color is #ebabc0


#ebabc0 Border Color

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

This div border color is #ebabc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabc0


Comments

No comments written yet.

Please login to write comment.