Color Hex Logo

#ebbcce Color Hex

#EBBCCE
(235,188,206)
0 Favorites   0 Comments

Color spaces of #ebbcce

RGB 235188206
HSL0.940.540.83
HSV337°20°92°
CMYK 0.000.200.12   0.08
XYZ63.384758.084866.2633
Yxy58.08480.33760.3094
Hunter Lab76.213415.08041.8000
CIE-Lab80.785919.6556-2.6139

#ebbcce color RGB value is (235,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 11001110
Octal 353 274 316
Decimal 235 188 206
Hex EB BC CE

RGB Percentages of Color #ebbcce

%37.36
%29.89
%32.75

CMYK Percentages of Color #ebbcce

%0
%20
%12
%8

Triadic Colors of #ebbcce

#ebbcce #ceebbc #bcceeb

Analogous Colors of #ebbcce

#ebbcce #ebc2bc #ebbce6

Monochromatic Colors of #ebbcce

#ebbcce

Complementary Color

#ebbcce #bcebd9

#ebbcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcce Color CSS Codes

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

#ebbcce Text Font Color

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

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


#ebbcce Background Color

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

This div background color is #ebbcce


#ebbcce Border Color

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

This div border color is #ebbcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcce


Comments

No comments written yet.

Please login to write comment.