Color Hex Logo

#ebb7cc Color Hex

#EBB7CC
(235,183,204)
0 Favorites   0 Comments

Color spaces of #ebb7cc

RGB 235183204
HSL0.930.570.82
HSV336°22°92°
CMYK 0.000.220.13   0.08
XYZ62.093555.888864.6417
Yxy55.88880.34000.3060
Hunter Lab74.758817.43141.0649
CIE-Lab79.550521.9941-3.3500

#ebb7cc color RGB value is (235,183,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110111 11001100
Octal 353 267 314
Decimal 235 183 204
Hex EB B7 CC

RGB Percentages of Color #ebb7cc

%37.78
%29.42
%32.80

CMYK Percentages of Color #ebb7cc

%0
%22
%13
%8

Triadic Colors of #ebb7cc

#ebb7cc #ccebb7 #b7cceb

Analogous Colors of #ebb7cc

#ebb7cc #ebbcb7 #ebb7e6

Monochromatic Colors of #ebb7cc

#ebb7cc

Complementary Color

#ebb7cc #b7ebd6

#ebb7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb7cc Color CSS Codes

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

#ebb7cc Text Font Color

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

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


#ebb7cc Background Color

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

This div background color is #ebb7cc


#ebb7cc Border Color

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

This div border color is #ebb7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb7cc


Comments

No comments written yet.

Please login to write comment.