Color Hex Logo

#eba8cc Color Hex

#EBA8CC
(235,168,204)
0 Favorites   0 Comments

Color spaces of #eba8cc

RGB 235168204
HSL0.910.630.79
HSV328°29°92°
CMYK 0.000.290.13   0.08
XYZ59.162750.027163.6647
Yxy50.02710.34230.2894
Hunter Lab70.729825.5309-3.8567
CIE-Lab76.085929.9915-8.4723

#eba8cc color RGB value is (235,168,204).

#eba8cc hex color red value is 235, green value is 168 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eba8cc hue: 0.91 , saturation: 0.63 and the lightness value of eba8cc is 0.79.

The process color (four color CMYK) of #eba8cc color hex is 0.00, 0.29, 0.13, 0.08. Web safe color of #eba8cc is #ff99cc. Color #eba8cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101000 11001100
Octal 353 250 314
Decimal 235 168 204
Hex EB A8 CC

RGB Percentages of Color #eba8cc

%38.71
%27.68
%33.61

CMYK Percentages of Color #eba8cc

%0
%29
%13
%8

Triadic Colors of #eba8cc

#eba8cc #cceba8 #a8cceb

Analogous Colors of #eba8cc

#eba8cc #eba8ab #e9a8eb

Monochromatic Colors of #eba8cc

#eba8cc

Complementary Color

#eba8cc #a8ebc7

#eba8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba8cc Color CSS Codes

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

#eba8cc Text Font Color

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

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


#eba8cc Background Color

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

This div background color is #eba8cc


#eba8cc Border Color

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

This div border color is #eba8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba8cc


Comments

No comments written yet.

Please login to write comment.