Color Hex Logo

#ebbecc Color Hex

#EBBECC
(235,190,204)
0 Favorites   0 Comments

Color spaces of #ebbecc

RGB 235190204
HSL0.950.530.83
HSV341°19°92°
CMYK 0.000.190.13   0.08
XYZ63.573558.848765.1350
Yxy58.84870.33900.3138
Hunter Lab76.712913.67893.3574
CIE-Lab81.208418.2680-0.9181

#ebbecc color RGB value is (235,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 11001100
Octal 353 276 314
Decimal 235 190 204
Hex EB BE CC

RGB Percentages of Color #ebbecc

%37.36
%30.21
%32.43

CMYK Percentages of Color #ebbecc

%0
%19
%13
%8

Triadic Colors of #ebbecc

#ebbecc #ccebbe #becceb

Analogous Colors of #ebbecc

#ebbecc #ebc7be #ebbee3

Monochromatic Colors of #ebbecc

#ebbecc

Complementary Color

#ebbecc #beebdd

#ebbecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbecc Color CSS Codes

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

#ebbecc Text Font Color

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

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


#ebbecc Background Color

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

This div background color is #ebbecc


#ebbecc Border Color

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

This div border color is #ebbecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbecc


Comments

No comments written yet.

Please login to write comment.