Color Hex Logo

#ebbbcc Color Hex

#EBBBCC
(235,187,204)
0 Favorites   0 Comments

Color spaces of #ebbbcc

RGB 235187204
HSL0.940.550.83
HSV339°20°92°
CMYK 0.000.200.13   0.08
XYZ62.930457.562464.9206
Yxy57.56240.33940.3105
Hunter Lab75.869915.28482.3755
CIE-Lab80.494919.8639-1.9631

#ebbbcc color RGB value is (235,187,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 11001100
Octal 353 273 314
Decimal 235 187 204
Hex EB BB CC

RGB Percentages of Color #ebbbcc

%37.54
%29.87
%32.59

CMYK Percentages of Color #ebbbcc

%0
%20
%13
%8

Triadic Colors of #ebbbcc

#ebbbcc #ccebbb #bbcceb

Analogous Colors of #ebbbcc

#ebbbcc #ebc2bb #ebbbe4

Monochromatic Colors of #ebbbcc

#ebbbcc

Complementary Color

#ebbbcc #bbebda

#ebbbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbbcc Color CSS Codes

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

#ebbbcc Text Font Color

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

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


#ebbbcc Background Color

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

This div background color is #ebbbcc


#ebbbcc Border Color

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

This div border color is #ebbbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbbcc


Comments

No comments written yet.

Please login to write comment.