Color Hex Logo

#ebb3cc Color Hex

#EBB3CC
(235,179,204)
0 Favorites   0 Comments

Color spaces of #ebb3cc

RGB 235179204
HSL0.930.580.81
HSV333°24°92°
CMYK 0.000.240.13   0.08
XYZ61.280154.262064.3705
Yxy54.26200.34060.3016
Hunter Lab73.662719.5845-0.2469
CIE-Lab78.614324.1268-4.7288

#ebb3cc color RGB value is (235,179,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 11001100
Octal 353 263 314
Decimal 235 179 204
Hex EB B3 CC

RGB Percentages of Color #ebb3cc

%38.03
%28.96
%33.01

CMYK Percentages of Color #ebb3cc

%0
%24
%13
%8

Triadic Colors of #ebb3cc

#ebb3cc #ccebb3 #b3cceb

Analogous Colors of #ebb3cc

#ebb3cc #ebb6b3 #ebb3e8

Monochromatic Colors of #ebb3cc

#ebb3cc

Complementary Color

#ebb3cc #b3ebd2

#ebb3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb3cc Color CSS Codes

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

#ebb3cc Text Font Color

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

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


#ebb3cc Background Color

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

This div background color is #ebb3cc


#ebb3cc Border Color

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

This div border color is #ebb3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb3cc

#ebb3cc Color Palettes


Comments

No comments written yet.

Please login to write comment.