Color Hex Logo

#ebb6cc Color Hex

#EBB6CC
(235,182,204)
0 Favorites   0 Comments

Color spaces of #ebb6cc

RGB 235182204
HSL0.930.570.82
HSV335°23°92°
CMYK 0.000.230.13   0.08
XYZ61.888055.477764.5732
Yxy55.47770.34020.3049
Hunter Lab74.483417.96930.7370
CIE-Lab79.315622.5273-3.6955

#ebb6cc color RGB value is (235,182,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110110 11001100
Octal 353 266 314
Decimal 235 182 204
Hex EB B6 CC

RGB Percentages of Color #ebb6cc

%37.84
%29.31
%32.85

CMYK Percentages of Color #ebb6cc

%0
%23
%13
%8

Triadic Colors of #ebb6cc

#ebb6cc #ccebb6 #b6cceb

Analogous Colors of #ebb6cc

#ebb6cc #ebbbb6 #ebb6e7

Monochromatic Colors of #ebb6cc

#ebb6cc

Complementary Color

#ebb6cc #b6ebd5

#ebb6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb6cc Color CSS Codes

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

#ebb6cc Text Font Color

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

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


#ebb6cc Background Color

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

This div background color is #ebb6cc


#ebb6cc Border Color

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

This div border color is #ebb6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb6cc


Comments

No comments written yet.

Please login to write comment.