Color Hex Logo

#ebbcde Color Hex

#EBBCDE
(235,188,222)
0 Favorites   0 Comments

Color spaces of #ebbcde

RGB 235188222
HSL0.880.540.83
HSV317°20°92°
CMYK 0.000.200.06   0.08
XYZ65.429058.902577.0281
Yxy58.90250.32490.2925
Hunter Lab76.748017.8655-5.7828
CIE-Lab81.238022.3538-10.5560

#ebbcde color RGB value is (235,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 11011110
Octal 353 274 336
Decimal 235 188 222
Hex EB BC DE

RGB Percentages of Color #ebbcde

%36.43
%29.15
%34.42

CMYK Percentages of Color #ebbcde

%0
%20
%6
%8

Triadic Colors of #ebbcde

#ebbcde #deebbc #bcdeeb

Analogous Colors of #ebbcde

#ebbcde #ebbcc7 #e1bceb

Monochromatic Colors of #ebbcde

#ebbcde

Complementary Color

#ebbcde #bcebc9

#ebbcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcde Color CSS Codes

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

#ebbcde Text Font Color

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

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


#ebbcde Background Color

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

This div background color is #ebbcde


#ebbcde Border Color

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

This div border color is #ebbcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcde


Comments

No comments written yet.

Please login to write comment.