Color Hex Logo

#ebbcd0 Color Hex

#EBBCD0
(235,188,208)
0 Favorites   0 Comments

Color spaces of #ebbcd0

RGB 235188208
HSL0.930.540.83
HSV334°20°92°
CMYK 0.000.200.11   0.08
XYZ63.629358.182767.5513
Yxy58.18270.33600.3073
Hunter Lab76.277615.41550.8872
CIE-Lab80.840319.9825-3.6113

#ebbcd0 color RGB value is (235,188,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 11010000
Octal 353 274 320
Decimal 235 188 208
Hex EB BC D0

RGB Percentages of Color #ebbcd0

%37.24
%29.79
%32.96

CMYK Percentages of Color #ebbcd0

%0
%20
%11
%8

Triadic Colors of #ebbcd0

#ebbcd0 #d0ebbc #bcd0eb

Analogous Colors of #ebbcd0

#ebbcd0 #ebc0bc #ebbce8

Monochromatic Colors of #ebbcd0

#ebbcd0

Complementary Color

#ebbcd0 #bcebd7

#ebbcd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcd0 Color CSS Codes

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

#ebbcd0 Text Font Color

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

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


#ebbcd0 Background Color

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

This div background color is #ebbcd0


#ebbcd0 Border Color

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

This div border color is #ebbcd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcd0


Comments

No comments written yet.

Please login to write comment.