Color Hex Logo

#ebb9cc Color Hex

#EBB9CC
(235,185,204)
0 Favorites   0 Comments

Color spaces of #ebb9cc

RGB 235185204
HSL0.940.560.82
HSV337°21°92°
CMYK 0.000.210.13   0.08
XYZ62.509056.719764.7802
Yxy56.71970.33970.3082
Hunter Lab75.312516.35731.7203
CIE-Lab80.021720.9287-2.6575

#ebb9cc color RGB value is (235,185,204).

#ebb9cc hex color red value is 235, green value is 185 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ebb9cc hue: 0.94 , saturation: 0.56 and the lightness value of ebb9cc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 11001100
Octal 353 271 314
Decimal 235 185 204
Hex EB B9 CC

RGB Percentages of Color #ebb9cc

%37.66
%29.65
%32.69

CMYK Percentages of Color #ebb9cc

%0
%21
%13
%8

Triadic Colors of #ebb9cc

#ebb9cc #ccebb9 #b9cceb

Analogous Colors of #ebb9cc

#ebb9cc #ebbfb9 #ebb9e5

Monochromatic Colors of #ebb9cc

#ebb9cc

Complementary Color

#ebb9cc #b9ebd8

#ebb9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb9cc Color CSS Codes

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

#ebb9cc Text Font Color

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

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


#ebb9cc Background Color

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

This div background color is #ebb9cc


#ebb9cc Border Color

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

This div border color is #ebb9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb9cc


Comments

No comments written yet.

Please login to write comment.