Color Hex Logo

#ebbcdc Color Hex

#EBBCDC
(235,188,220)
0 Favorites   0 Comments

Color spaces of #ebbcdc

RGB 235188220
HSL0.890.540.83
HSV319°20°92°
CMYK 0.000.200.06   0.08
XYZ65.162458.795975.6245
Yxy58.79590.32650.2946
Hunter Lab76.678517.5043-4.8001
CIE-Lab81.179322.0063-9.5681

#ebbcdc color RGB value is (235,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 11011100
Octal 353 274 334
Decimal 235 188 220
Hex EB BC DC

RGB Percentages of Color #ebbcdc

%36.55
%29.24
%34.21

CMYK Percentages of Color #ebbcdc

%0
%20
%6
%8

Triadic Colors of #ebbcdc

#ebbcdc #dcebbc #bcdceb

Analogous Colors of #ebbcdc

#ebbcdc #ebbcc5 #e3bceb

Monochromatic Colors of #ebbcdc

#ebbcdc

Complementary Color

#ebbcdc #bcebcb

#ebbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcdc Color CSS Codes

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

#ebbcdc Text Font Color

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

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


#ebbcdc Background Color

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

This div background color is #ebbcdc


#ebbcdc Border Color

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

This div border color is #ebbcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcdc


Comments

No comments written yet.

Please login to write comment.