Color Hex Logo

#ebbcdf Color Hex

#EBBCDF
(235,188,223)
0 Favorites   0 Comments

Color spaces of #ebbcdf

RGB 235188223
HSL0.880.540.83
HSV315°20°92°
CMYK 0.000.200.05   0.08
XYZ65.563558.956377.7362
Yxy58.95630.32420.2915
Hunter Lab76.783018.0474-6.2779
CIE-Lab81.267622.5285-11.0494

#ebbcdf color RGB value is (235,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 11011111
Octal 353 274 337
Decimal 235 188 223
Hex EB BC DF

RGB Percentages of Color #ebbcdf

%36.38
%29.10
%34.52

CMYK Percentages of Color #ebbcdf

%0
%20
%5
%8

Triadic Colors of #ebbcdf

#ebbcdf #dfebbc #bcdfeb

Analogous Colors of #ebbcdf

#ebbcdf #ebbcc8 #e0bceb

Monochromatic Colors of #ebbcdf

#ebbcdf

Complementary Color

#ebbcdf #bcebc8

#ebbcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcdf Color CSS Codes

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

#ebbcdf Text Font Color

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

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


#ebbcdf Background Color

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

This div background color is #ebbcdf


#ebbcdf Border Color

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

This div border color is #ebbcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcdf


Comments

No comments written yet.

Please login to write comment.