Color Hex Logo

#ebbbca Color Hex

#EBBBCA
(235,187,202)
0 Favorites   0 Comments

Color spaces of #ebbbca

RGB 235187202
HSL0.950.550.83
HSV341°20°92°
CMYK 0.000.200.14   0.08
XYZ62.691957.467163.6651
Yxy57.46710.34100.3126
Hunter Lab75.807114.95593.2714
CIE-Lab80.441619.5423-0.9628

#ebbbca color RGB value is (235,187,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 11001010
Octal 353 273 312
Decimal 235 187 202
Hex EB BB CA

RGB Percentages of Color #ebbbca

%37.66
%29.97
%32.37

CMYK Percentages of Color #ebbbca

%0
%20
%14
%8

Triadic Colors of #ebbbca

#ebbbca #caebbb #bbcaeb

Analogous Colors of #ebbbca

#ebbbca #ebc4bb #ebbbe2

Monochromatic Colors of #ebbbca

#ebbbca

Complementary Color

#ebbbca #bbebdc

#ebbbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbbca Color CSS Codes

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

#ebbbca Text Font Color

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

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


#ebbbca Background Color

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

This div background color is #ebbbca


#ebbbca Border Color

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

This div border color is #ebbbca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,187,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ebbbca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbbca


Comments

No comments written yet.

Please login to write comment.